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 a1eef3f commit 5a815d5Copy full SHA for 5a815d5
1 file changed
.github/workflows/commit-check.yaml
@@ -0,0 +1,9 @@
1
+name: Commit Message Lint
2
+
3
+on:
4
+ pull_request:
5
+ types: [opened, synchronize, edited, reopened]
6
7
+jobs:
8
+ commitlint:
9
+ uses: GradientHQ/.github/.github/workflows/commitlint.yml@main
0 commit comments