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