pulling before changes

This commit is contained in:
Loup-Garou911XD 2025-07-26 12:47:08 +05:30
parent 0cfa8c78a9
commit 8194012fa6

View file

@ -32,11 +32,12 @@ jobs:
python -m pip install -U pycodestyle==2.12.1 autopep8 python -m pip install -U pycodestyle==2.12.1 autopep8
python -m pip install -U -r test/pip_reqs.txt python -m pip install -U -r test/pip_reqs.txt
- name: pull changes
run: git pull --rebase origin ${{ github.head_ref }}
- name: Apply AutoPEP8 - name: Apply AutoPEP8
run: | run: |
autopep8 --in-place --recursive --max-line-length=100 . autopep8 --in-place --recursive --max-line-length=100 .
- name: pull changes
run: git pull --rebase origin ${{ github.head_ref }}
- name: Commit AutoPEP8 - name: Commit AutoPEP8
uses: stefanzweifel/git-auto-commit-action@v5 uses: stefanzweifel/git-auto-commit-action@v5
with: with: