Skip to content

Commit e37f15b

Browse files
committedNov 1, 2023
Add DefinitelyTyped-tools to integration.yml
1 parent 150ef27 commit e37f15b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
 

‎.github/workflows/integration.yml

+9
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,12 @@ jobs:
4646
- run: bun install
4747
- run: bun link knip
4848
- run: bun knip
49+
50+
- name: Test Knip against DefinitelyTyped-tools
51+
uses: actions/checkout@v3
52+
with:
53+
repository: microsoft/DefinitelyTyped-tools
54+
path: DefinitelyTyped-tools
55+
- run: bun install
56+
- run: bun link knip
57+
- run: bun knip

0 commit comments

Comments
 (0)
Please sign in to comment.