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 0bbf4cf commit 9fb89f2Copy full SHA for 9fb89f2
.github/workflows/ci.yml
@@ -19,6 +19,8 @@ jobs:
19
- uses: actions/checkout@v2
20
- name: Install Dependencies
21
run: yarn install --pure-lockfile
22
+ - name: Check Peer Dependencies
23
+ run: npx check-peer-dependencies
24
- name: Run Tests
25
run: yarn test
26
@@ -39,4 +41,3 @@ jobs:
39
41
40
42
- name: Test Downstream Projects
43
run: yarn test:downstream --group ${{ matrix.group }}
-
0 commit comments