Skip to content

Commit

Permalink
ci: lint pr title
Browse files Browse the repository at this point in the history
  • Loading branch information
robby rabbitman committed Jul 1, 2024
1 parent e815a06 commit c91a6c6
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 @@ -29,7 +29,7 @@ jobs:
- run: pnpm exec nx report

- run: |
pnpm exec nx run tools-commitlint:exec --message ${{ github.event.pull_request.title }}
pnpm exec nx run tools-commitlint:exec --message '${{ github.event.pull_request.title }}'
pnpm exec nx run tools-commitlint:exec --from ${{ github.event.pull_request.head.sha }}~${{ github.event.pull_request.commits }} --to ${{ github.event.pull_request.head.sha }}
- run: |
Expand Down

0 comments on commit c91a6c6

Please sign in to comment.