We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61e9c66 commit bc04aebCopy full SHA for bc04aeb
.github/workflows/ci.yml
@@ -28,5 +28,7 @@ jobs:
28
git config --global user.name uirouter_github_actions
29
- name: Install Dependencies
30
run: yarn install --pure-lockfile
31
+ - name: Check Peer Dependencies
32
+ run: npx check-peer-dependencies
33
- name: Run yarn ${{ matrix.yarncmd }}
34
run: yarn ${{ matrix.yarncmd }}
0 commit comments