Skip to content

Commit eccdeff

Browse files
committed
Update pre-commit.yaml
1 parent fecdc94 commit eccdeff

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/pre-commit.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,8 @@ concurrency:
1010
cancel-in-progress: true
1111

1212
jobs:
13-
lint:
14-
name: Run pre-commit hooks
13+
prek:
1514
runs-on: ubuntu-latest
1615
steps:
17-
- uses: actions/checkout@v4
18-
- uses: actions/setup-python@v5
19-
- uses: pre-commit/[email protected]
16+
- uses: actions/checkout@v5
17+
- uses: j178/prek-action@v1

0 commit comments

Comments
 (0)