Fix pre-commit installation step in release workflow
All checks were successful
/ serve (push) Successful in 43s
All checks were successful
/ serve (push) Successful in 43s
This commit is contained in:
parent
7cf349f2d4
commit
0a87f72b10
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ jobs:
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Pre-commit check
|
- name: Pre-commit check
|
||||||
run: |
|
run: |
|
||||||
|
pip install pre-commit
|
||||||
pre-commit run --show-diff-on-failure --color=always --all-files
|
pre-commit run --show-diff-on-failure --color=always --all-files
|
||||||
- name: Prepare files
|
- name: Prepare files
|
||||||
run: |
|
run: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue