Skip to content

Commit 11b8b30

Browse files
committed
fix ci/sherif run in internal deps
1 parent fb6ee18 commit 11b8b30

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ jobs:
4040
run: npm run lint
4141

4242
- name: lint dependency versions
43-
run: npx sherif
43+
# ignore internal launchpad dependency mismatches. These versions
44+
# are handled by changesets.
45+
run: npx sherif -i @bluecadet/launchpad*
4446

4547
- name: Validate types
4648
run: npm run build

0 commit comments

Comments
 (0)