generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 3
39 lines (37 loc) · 887 Bytes
/
test.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
on:
pull_request:
env:
COREPACK_ENABLE_STRICT: 0
jobs:
test:
permissions:
issues: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- uses: ./
with:
package-manager: pnpm
- uses: ./
with:
package-manager: pnpm
visualize-type: reaches
- uses: ./
with:
working-directory: test/sample
- uses: ./
with:
working-directory: test/esm-sample
- uses: ./
with:
working-directory: test/bun-workspace
package-manager: bun
- uses: ./
with:
working-directory: test/npm-workspace
package-manager: npm
- uses: ./
with:
working-directory: test/pnpm-workspace
package-manager: pnpm