Skip to content

Commit 5dd66bc

Browse files
committed
Replace pre-commit with prek in CI
1 parent 0976e4a commit 5dd66bc

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/lint.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,16 @@ on: [push, pull_request, workflow_dispatch]
44

55
permissions: {}
66

7+
env:
8+
FORCE_COLOR: 1
9+
RUFF_OUTPUT_FORMAT: github
10+
711
jobs:
812
lint:
913
runs-on: ubuntu-latest
14+
1015
steps:
1116
- uses: actions/checkout@v6
12-
- uses: tox-dev/action-pre-commit-uv@v1
17+
with:
18+
persist-credentials: false
19+
- uses: j178/prek-action@v1

0 commit comments

Comments
 (0)