File tree 1 file changed +8
-12
lines changed
1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change @@ -25,33 +25,29 @@ jobs:
25
25
with :
26
26
repository : JoshuaKGoldberg/create-typescript-app
27
27
path : create-typescript-app
28
- - run : bun install
29
- - run : bun link knip
30
- - run : bun knip
28
+ - run : cd create-typescript-app && bun install
29
+ - run : bun knip --directory create-typescript-app
31
30
32
31
- name : Test Knip against slonik
33
32
uses : actions/checkout@v3
34
33
with :
35
34
repository : gajus/slonik
36
35
path : slonik
37
- - run : bun install
38
- - run : bun link knip
39
- - run : bun knip
36
+ - run : cd slonik && bun install
37
+ - run : bun knip --directory slonik
40
38
41
39
- name : Test Knip against 10ten-ja-reader
42
40
uses : actions/checkout@v3
43
41
with :
44
42
repository : birchill/10ten-ja-reader
45
43
path : 10ten-ja-reader
46
- - run : bun install
47
- - run : bun link knip
48
- - run : bun knip
44
+ - run : cd 10ten-ja-reader && bun install
45
+ - run : bun knip --directory 10ten-ja-reader
49
46
50
47
- name : Test Knip against DefinitelyTyped-tools
51
48
uses : actions/checkout@v3
52
49
with :
53
50
repository : microsoft/DefinitelyTyped-tools
54
51
path : DefinitelyTyped-tools
55
- - run : bun install
56
- - run : bun link knip
57
- - run : bun knip
52
+ - run : cd DefinitelyTyped-tools && bun install || true # bun/pnpm
53
+ - run : bun knip --directory DefinitelyTyped-tools
You can’t perform that action at this time.
0 commit comments