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

Closed
Philipp wants to merge 10 commits from update/pre-commit-hooks into main
3 changed files with 9 additions and 5 deletions
Showing only changes of commit bf8513aa80 - Show all commits

View File

@ -21,6 +21,7 @@ jobs:
- run: pre-commit autoupdate - run: pre-commit autoupdate
shell: bash shell: bash
- name: Commit - name: Commit
id: auto-commit-action
uses: stefanzweifel/git-auto-commit-action@v5 uses: stefanzweifel/git-auto-commit-action@v5
with: with:
commit_message: 'chore: update pre-commit hooks' commit_message: 'chore: update pre-commit hooks'