Skip to content

Commit bc04aeb

Browse files
test: check-peer-dependencies in CI (#3811)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
1 parent 61e9c66 commit bc04aeb

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 yarn ${{ matrix.yarncmd }}
3234
run: yarn ${{ matrix.yarncmd }}

0 commit comments

Comments
 (0)