Running pre-commit oer everything.
All checks were successful
Auto Maintenance Cycle / pre-commit Autoupdate (push) Successful in 40s
All checks were successful
Auto Maintenance Cycle / pre-commit Autoupdate (push) Successful in 40s
This commit is contained in:
parent
220e001fd3
commit
915e77b2b8
@ -20,6 +20,7 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
- run: pre-commit autoupdate
|
- run: pre-commit autoupdate
|
||||||
shell: bash
|
shell: bash
|
||||||
|
- run: 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
|
||||||
|
1
.gitignore
vendored
1
.gitignore
vendored
@ -189,4 +189,3 @@ replay_pid*
|
|||||||
# ---> PuTTY
|
# ---> PuTTY
|
||||||
# Private key
|
# Private key
|
||||||
*.ppk
|
*.ppk
|
||||||
|
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
exclude: ^node_modules/
|
||||||
repos:
|
repos:
|
||||||
- repo: https://github.com/pre-commit/pre-commit-hooks
|
- repo: https://github.com/pre-commit/pre-commit-hooks
|
||||||
rev: v4.5.0
|
rev: v4.5.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user