Skip to content
This repository was archived by the owner on Jan 22, 2025. It is now read-only.

Commit 3fe7dd0

Browse files
committed
ci: load custom commitlint config
1 parent 3fe03c3 commit 3fe7dd0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/commitlint.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,12 @@ jobs:
88
- uses: actions/checkout@v3
99
with:
1010
fetch-depth: 0
11+
- uses: actions/setup-node@v2
12+
with:
13+
node-version: '18'
14+
- run: npm install
1115
- uses: wagoid/commitlint-github-action@v5
16+
with:
17+
configFile: .commitlintrc.yml
18+
env:
19+
NODE_PATH: ${{ github.workspace }}/node_modules

0 commit comments

Comments
 (0)