We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fae2e0c commit a6bdb18Copy full SHA for a6bdb18
2 files changed
.github/workflows/ci.yml
@@ -12,21 +12,7 @@ on:
12
branches: [ main ]
13
14
jobs:
15
- lint-commits:
16
- # Note: To re-run `lint-commits` after fixing the PR title, close-and-reopen the PR.
17
- runs-on: ubuntu-latest
18
- steps:
19
- - uses: actions/checkout@v5
20
- - name: Use Node.js
21
- uses: actions/setup-node@v4
22
- with:
23
- node-version: 22.x
24
- - name: Check PR title
25
- run: |
26
- node "$GITHUB_WORKSPACE/.github/workflows/lintcommit.js"
27
-
28
build:
29
- needs: lint-commits
30
31
runs-on: ubuntu-latest
32
strategy:
.github/workflows/lintcommit.js
0 commit comments