Reworked the maintance action. #3

Merged
Philipp merged 1 commits from fixed-maintance-action into main 2023-11-24 22:37:53 +01:00

View File

@ -21,7 +21,7 @@ jobs:
- run: pre-commit autoupdate - run: pre-commit autoupdate
shell: bash shell: bash
- name: Test pre-commit - name: Test pre-commit
run: pre-commit run -a run: SKIP=no-commit-to-branch pre-commit run -a
- name: Commit - name: Commit
id: auto-commit-action id: auto-commit-action
uses: stefanzweifel/git-auto-commit-action@v5 uses: stefanzweifel/git-auto-commit-action@v5