build: check subdirs on tsc

Forgot this yet again.
This commit is contained in:
matildepark 2021-05-14 00:33:40 -04:00 committed by GitHub
parent 6e32d20830
commit 22ffd42a66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@ name: typescript-check
on:
pull_request:
paths:
- 'pkg/interface'
- 'pkg/interface/**'
jobs:
typescript-check:
@ -11,4 +11,4 @@ jobs:
name: "Check pkg/interface types"
steps:
- uses: actions/checkout@v2
- run: cd 'pkg/interface' && npm i && npm run tsc
- run: cd 'pkg/interface' && npm i && npm run tsc