Skip to content

Commit 8316487

Browse files
committed
Replace pre-commit with prek in CI
1 parent 7148065 commit 8316487

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

.github/workflows/lint.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@ name: Lint
22

33
on: [push, pull_request, workflow_dispatch]
44

5+
permissions: {}
6+
57
env:
68
FORCE_COLOR: 1
79

8-
permissions:
9-
contents: read
10-
1110
jobs:
1211
lint:
1312
runs-on: ubuntu-latest
@@ -16,7 +15,4 @@ jobs:
1615
- uses: actions/checkout@v6
1716
with:
1817
persist-credentials: false
19-
- uses: actions/setup-python@v6
20-
with:
21-
python-version: "3.x"
22-
- uses: tox-dev/action-pre-commit-uv@v1
18+
- uses: j178/prek-action@v1

0 commit comments

Comments
 (0)