Skip to content

Commit

Permalink
Force color
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Jan 22, 2025
1 parent 89e143e commit 17935c5
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 @@ -63,7 +63,7 @@ jobs:
npm install --save-dev @commitlint/config-conventional
- name: Run
run: |
npx commitlint --from "$BASE_SHA" --to "$HEAD_SHA" --verbose
npx commitlint --from "$BASE_SHA" --to "$HEAD_SHA" --color --verbose
env:
BASE_SHA: ${{ github.event.pull_request.base.sha }}
HEAD_SHA: ${{ github.event.pull_request.head.sha }}
Expand Down

0 comments on commit 17935c5

Please sign in to comment.