Skip to content

Commit f233ad8

Browse files
committed
Replace pre-commit with prek in CI
1 parent c22350e commit f233ad8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/lint.yml

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

33
on: [push, pull_request, workflow_dispatch]
44

5+
permissions: {}
6+
57
env:
68
FORCE_COLOR: 1
7-
8-
permissions:
9-
contents: read
9+
RUFF_OUTPUT_FORMAT: github
1010

1111
jobs:
1212
lint:
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
python-version: "3.x"
2222
cache: pip
23-
- uses: pre-commit/action@v3.0.1
23+
- uses: j178/prek-action@1856285aba93744bc29cb0db0603810532a630f8 # v0.2.25
2424

2525
- name: Install dependencies
2626
run: |

0 commit comments

Comments
 (0)