We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2b7910 commit 7886658Copy full SHA for 7886658
.github/workflows/prek.yml
@@ -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