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.
2 parents 3d78559 + d59e02e commit 0b8dcaeCopy full SHA for 0b8dcae
.github/workflows/ci.yml
@@ -11,6 +11,8 @@ on:
11
12
13
jobs:
14
+ commit-lint:
15
+ uses: ./.github/workflows/commitlint.yml
16
lint:
17
uses: ./.github/workflows/lint.yml
18
.github/workflows/commitlint.yml
@@ -1,9 +1,7 @@
1
name: Commit Lint
2
3
on:
4
- pull_request:
5
- branches:
6
- - main
+ workflow_call:
7
8
9
commit-lint:
0 commit comments