Skip to content

Commit 7886658

Browse files
committed
Check pre-commit hooks in CI
1 parent b2b7910 commit 7886658

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/prek.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
name: prek checks
2+
3+
on: [push, pull_request]
4+
5+
jobs:
6+
prek:
7+
runs-on: ubuntu-24.04
8+
steps:
9+
- uses: actions/checkout@v5.0.0
10+
- uses: j178/prek-action@v1.0.11

0 commit comments

Comments
 (0)