Skip to content

Commit e62aa05

Browse files
committed
test: ensure commitlint preset compatibility
1 parent e089cd2 commit e62aa05

File tree

4 files changed

+453
-1
lines changed

4 files changed

+453
-1
lines changed

.commitlintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"extends": ["@insurgentlab/commitlint-config"]}

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ jobs:
2626
run: npm run lint
2727
- name: Run tests
2828
run: npm run test
29+
- name: Ensure commitlint is working with HEAD version of our preset
30+
run: npm run test:commitlint
2931
- name: Upload coverage reports to Codecov
3032
if: ${{ matrix.os == 'ubuntu-latest' }}
3133
uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3

0 commit comments

Comments
 (0)