Skip to content

Commit acc6133

Browse files
authored
Replace pre-commit with prek in CI (#293)
1 parent 2162e32 commit acc6133

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,4 @@ jobs:
1616
- uses: actions/checkout@v6
1717
with:
1818
persist-credentials: false
19-
- uses: actions/setup-python@v6
20-
with:
21-
python-version: "3.x"
22-
- uses: pre-commit/[email protected]
19+
- uses: j178/prek-action@v1

0 commit comments

Comments
 (0)