fix(ci): only run pre-commit
This commit is contained in:
8
.github/workflows/build-reusable.yml
vendored
8
.github/workflows/build-reusable.yml
vendored
@@ -26,9 +26,13 @@ jobs:
|
|||||||
- name: Install uv
|
- name: Install uv
|
||||||
uses: astral-sh/setup-uv@v4
|
uses: astral-sh/setup-uv@v4
|
||||||
|
|
||||||
- name: Install ruff
|
- name: Install pre-commit
|
||||||
run: |
|
run: |
|
||||||
uv tool install ruff
|
uv pip install --system pre-commit
|
||||||
|
|
||||||
|
- name: Run pre-commit hooks (all files)
|
||||||
|
run: |
|
||||||
|
pre-commit run --all-files --show-diff-on-failure
|
||||||
|
|
||||||
- name: Run ruff check
|
- name: Run ruff check
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user