Skip to content

Commit 5896886

Browse files
test: check-peer-dependencies in CI (#268)
1 parent ff25e84 commit 5896886

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,7 @@ jobs:
2828
git config --global user.name uirouter_github_actions
2929
- name: Install Dependencies
3030
run: yarn install --pure-lockfile
31+
- name: Check Peer Dependencies
32+
run: npx check-peer-dependencies
3133
- name: Run Tests
3234
run: yarn ${{ matrix.yarncmd }}

0 commit comments

Comments
 (0)