Skip to content

Commit d9a2537

Browse files
committed
fix: fix commit lint
1 parent f4a8791 commit d9a2537

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/pr.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,6 @@ jobs:
1313
with:
1414
node-version: '16'
1515
- run: npm install -g @commitlint/cli @commitlint/config-conventional
16-
- run: echo "module.exports = {extends: ['@commitlint/config-conventional']}" > commitlint.config.js
17-
- run: commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose
16+
- run: |
17+
echo "module.exports = {extends: ['@commitlint/config-conventional']}" > commitlint.config.js
18+
- run: commitlint --from ${{ github.event.pull_request.base.sha }} --to ${{ github.event.pull_request.head.sha }} --verbose

0 commit comments

Comments
 (0)