We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cb3053 commit 708b249Copy full SHA for 708b249
.github/workflows/git.yml
@@ -0,0 +1,10 @@
1
+name: Lint commits
2
+
3
+on: [pull_request]
4
5
+jobs:
6
+ lint:
7
+ runs-on: ubuntu-latest
8
+ steps:
9
+ - uses: actions/checkout@main
10
+ - uses: toggle-corp/commit-lint@main
0 commit comments