Fix pre-commit command in release workflow and update package version to 0.1.4
Some checks failed
/ serve (push) Failing after 8s
Some checks failed
/ serve (push) Failing after 8s
This commit is contained in:
parent
4c31b90e84
commit
7cf349f2d4
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
- name: Pre-commit check
|
||||
run: |
|
||||
uv run 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
|
||||
run: |
|
||||
mkdir -p /tmp/release
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue