We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f298795 commit 9a348a5Copy full SHA for 9a348a5
1 file changed
.github/workflows/prek.yaml
@@ -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