Skip to content

Commit

Permalink
ci: Test commit message last
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeboer committed Jun 18, 2024
1 parent 8d48b7c commit a1f29c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
node-version: lts/*
- run: npm ci
- run: npm run check
- run: npx commitlint --from ${{ github.event.pull_request.head.sha }}~${{ github.event.pull_request.commits }} --to ${{ github.event.pull_request.head.sha }} --verbose
- run: npm test
- run: npm run compile
- run: npx commitlint --from ${{ github.event.pull_request.head.sha }}~${{ github.event.pull_request.commits }} --to ${{ github.event.pull_request.head.sha }} --verbose

0 comments on commit a1f29c5

Please sign in to comment.