mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-13 08:38:43 +03:00
build: check subdirs on tsc
Forgot this yet again.
This commit is contained in:
parent
6e32d20830
commit
22ffd42a66
4
.github/workflows/typescript-check.yml
vendored
4
.github/workflows/typescript-check.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user