We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e01fde2 commit 5f55ae8Copy full SHA for 5f55ae8
.github/workflows/ci.yml
@@ -29,7 +29,7 @@ jobs:
29
git config --global user.name uirouter_github_actions
30
- name: Install Dependencies
31
run: yarn install --pure-lockfile
32
- - name: Check Peer Dependencies
33
- run: npx check-peer-dependencies
+ #- name: Check Peer Dependencies
+ # run: npx check-peer-dependencies
34
- name: Run Tests
35
run: yarn ${{ matrix.yarncmd }}
0 commit comments