Skip to content

Commit

Permalink
ci: Add lint & build ci action
Browse files Browse the repository at this point in the history
  • Loading branch information
kevintyj committed Dec 1, 2023
1 parent c263d48 commit b6d380f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
pnpm commitlint --version
- name: 📝Validate PR commits with commitlint
if: ${{ github.event_name !== 'push' }}
if: ${{ github.event_name != 'push' }}
run: pnpm commitlint --from ${{ github.event.pull_request.head.sha }}~${{ github.event.pull_request.commits }} --to ${{ github.event.pull_request.head.sha }} --verbose

- name: 🤞Run CI command
Expand Down

0 comments on commit b6d380f

Please sign in to comment.