Updates to the pre-commit action created at 2023-11-24 #21

Merged
Philipp merged 2 commits from update/pre-commit-hooks into main 2023-11-25 00:48:04 +01:00
Showing only changes of commit dcf972cee7 - Show all commits

View File

@ -20,7 +20,7 @@ jobs:
shell: bash shell: bash
- run: pre-commit autoupdate - run: pre-commit autoupdate
shell: bash shell: bash
- 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