Skip to content

Commit 9a348a5

Browse files
authored
Create prek check CI workflow
Add our pre-commit hooks as check to CI Related to #7
1 parent f298795 commit 9a348a5

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/prek.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name: Prek checks
2+
on: [push, pull_request]
3+
4+
jobs:
5+
prek:
6+
runs-on: ubuntu-latest
7+
steps:
8+
- uses: actions/checkout@v6
9+
- uses: j178/prek-action@v2

0 commit comments

Comments
 (0)