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 536f357 commit 0b6765bCopy full SHA for 0b6765b
.github/workflows/commitlint.yml
@@ -1,5 +1,5 @@
1
name: Lint Commit Messages
2
-on: [pull_request]
+on: [pull_request, push]
3
4
jobs:
5
commitlint:
.github/workflows/lint.yml
@@ -2,7 +2,7 @@
name: Run linter
6
7
8
lint:
.github/workflows/test.yml
name: Run tests
test:
0 commit comments