Skip to content

Commit fdc152b

Browse files
committed
Manually install pre-commit
1 parent 61992c7 commit fdc152b

1 file changed

Lines changed: 8 additions & 3 deletions

File tree

.github/workflows/PreCommit.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,13 @@ on:
1010
workflow_dispatch:
1111

1212
jobs:
13-
pre-commit-ci-lite:
13+
pre-commit:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: pre-commit-ci/lite-action@v1.1.0
17-
if: always()
16+
- uses: actions/checkout@v4
17+
- name: Install uv
18+
uses: astral-sh/setup-uv@v6
19+
- name: Install pre-commit
20+
run: uv tool install pre-commit
21+
- name: Run pre-commit
22+
run: pre-commit run --all-files

0 commit comments

Comments
 (0)