Skip to content

Commit 071b91b

Browse files
committed
ci: add job for testing types
1 parent 5bf6be4 commit 071b91b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/node-4+.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ permissions:
1010
contents: read
1111

1212
jobs:
13+
types:
14+
runs-on: ubuntu-latest
15+
steps:
16+
- uses: actions/checkout@v4
17+
- uses: ljharb/actions/node/install@main
18+
name: 'npm install'
19+
with:
20+
skip-ls-check: true
21+
- run: npm run test-types
22+
1323
matrix:
1424
runs-on: ubuntu-latest
1525
outputs:

0 commit comments

Comments
 (0)