Skip to content

Commit 4ccd31b

Browse files
authored
Update pre-commit.yml
1 parent 6ab98e5 commit 4ccd31b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,7 @@ jobs:
1616
run: uv venv --python 3.12
1717
- name: Install the project
1818
run: uv sync
19-
- uses: pre-commit/[email protected]
19+
- name: Install the project
20+
run: uv pip install pre-commit
21+
- name: PreCommit
22+
run: pre-commit run --show-diff-on-failure --color=always --all-files

0 commit comments

Comments
 (0)