Skip to content

Commit 09f7a58

Browse files
committedNov 30, 2023
Add TanStack/query to integration suite
1 parent 42dbfce commit 09f7a58

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed
 

‎.github/workflows/integration.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@v4
18-
- uses: oven-sh/setup-bun@v1
1918
- uses: pnpm/action-setup@v2
2019
with:
2120
version: 8
@@ -48,3 +47,10 @@ jobs:
4847
repository: microsoft/DefinitelyTyped-tools
4948
path: DefinitelyTyped-tools
5049
- run: cd DefinitelyTyped-tools && pnpm install && knip
50+
51+
- name: Test Knip against TanStack/query
52+
uses: actions/checkout@v4
53+
with:
54+
repository: TanStack/query
55+
path: query
56+
- run: cd query && pnpm install && knip

0 commit comments

Comments
 (0)
Please sign in to comment.