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 e718a1f commit 7e185edCopy full SHA for 7e185ed
.github/workflows/pre-commit.yml
@@ -0,0 +1,10 @@
1
+name: Run pre-commit
2
+
3
+on:
4
+ push:
5
+ pull_request:
6
+ types: opened
7
8
+jobs:
9
+ pre-commit:
10
+ uses: commit-check/.github/.github/workflows/pre-commit.yml@main
0 commit comments