testing something

This commit is contained in:
Loup 2025-07-26 12:15:54 +05:30 committed by GitHub
parent a13d50cfd3
commit da4c17fc88
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,7 +35,8 @@ jobs:
- name: Apply AutoPEP8
run: |
autopep8 --in-place --recursive --max-line-length=100 .
- name: pull changes
run: git pull --rebase origin ${{ github.head_ref }}
- name: Commit AutoPEP8
uses: stefanzweifel/git-auto-commit-action@v5
with: