Fix pre-commit installation step in release workflow
This commit is contained in:
parent
7cf349f2d4
commit
3747707e1f
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