Skip to content

Commit e96f1a1

Browse files
gopidesupavanpotiuk
authored andcommitted
Update .github/workflows/pre-commit.yml
Co-authored-by: Jarek Potiuk <jarek@potiuk.com> Signed-off-by: GPK <gopidesupavan@gmail.com>
1 parent c924d11 commit e96f1a1

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/pre-commit.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
- name: Run pre-commit checks
3737
run: |
3838
curl -LsSf https://astral.sh/uv/install.sh | sh
39-
uv venv
40-
uv pip install pre-commit
41-
uv run pre-commit run --all-files --color always --show-diff-on-failure
39+
uv tool install pre-commit
40+
uv tool ensure-path
41+
# not sure if we need to source .bashrc here :)
42+
pre-commit run --all-files --color always --show-diff-on-failure

0 commit comments

Comments
 (0)