Created a first draft of this action. #14

Merged
Philipp merged 68 commits from draft into main 2023-11-19 23:21:49 +01:00
296 changed files with 37461 additions and 0 deletions
Showing only changes of commit 070c8e5be6 - Show all commits

View File

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