Skip to content

Commit 9fb89f2

Browse files
test: check-peer-dependencies in CI (#452)
1 parent 0bbf4cf commit 9fb89f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
- uses: actions/checkout@v2
2020
- name: Install Dependencies
2121
run: yarn install --pure-lockfile
22+
- name: Check Peer Dependencies
23+
run: npx check-peer-dependencies
2224
- name: Run Tests
2325
run: yarn test
2426

@@ -39,4 +41,3 @@ jobs:
3941
run: yarn install --pure-lockfile
4042
- name: Test Downstream Projects
4143
run: yarn test:downstream --group ${{ matrix.group }}
42-

0 commit comments

Comments
 (0)