Add pre-commit check step to release workflow for improved code quality
Some checks failed
/ serve (push) Failing after 12s
Some checks failed
/ serve (push) Failing after 12s
This commit is contained in:
parent
ddbf910f34
commit
4c31b90e84
1 changed files with 3 additions and 0 deletions
|
@ -9,6 +9,9 @@ jobs:
|
|||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v4
|
||||
- name: Pre-commit check
|
||||
run: |
|
||||
uv run 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