Skip to content

Commit

Permalink
WIP: remove commitlint.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Mersho committed Mar 14, 2024
1 parent f7d9235 commit 45af7a9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,9 @@ jobs:
- name: Install commitlint
run: ./commitlint.sh --version
- name: test commitlint
run: npx commitlint --from HEAD~2 --to HEAD --verbose
run: |
rm commitlint.config.js
npx commitlint --from HEAD~2 --to HEAD --verbose
- name: Run tests to validate our plugins
run: yarn jest --config jest.config.ts

Expand Down

0 comments on commit 45af7a9

Please sign in to comment.