Skip to content

Commit

Permalink
chore: fix commitlint
Browse files Browse the repository at this point in the history
  • Loading branch information
ChromeGG committed Dec 6, 2023
1 parent d85c4a0 commit c2a0268
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 @@ -30,7 +30,7 @@ jobs:
run: pnpm run lint

- name: Commit lint
run: commitlint --from=HEAD~1 --to=HEAD --verbose
run: pnpm commitlint --from=HEAD~1 --to=HEAD --verbose

test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit c2a0268

Please sign in to comment.