fixed-an-action #20

Merged
Philipp merged 9 commits from fixed-an-action into main 2023-11-24 19:40:48 +01:00
5 changed files with 18 additions and 14 deletions
Showing only changes of commit 915e77b2b8 - Show all commits

View File

@ -20,6 +20,7 @@ jobs:
shell: bash
- run: pre-commit autoupdate
shell: bash
- run: pre-commit run -a
- name: Commit
id: auto-commit-action
uses: stefanzweifel/git-auto-commit-action@v5

1
.gitignore vendored
View File

@ -189,4 +189,3 @@ replay_pid*
# ---> PuTTY
# Private key
*.ppk

View File

@ -1,3 +1,4 @@
exclude: ^node_modules/
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0