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 f4a8791 commit d9a2537Copy full SHA for d9a2537
.github/workflows/pr.yml
@@ -13,5 +13,6 @@ jobs:
13
with:
14
node-version: '16'
15
- 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
+ - run: |
+ 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