mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 08:32:39 +03:00
Merge 64fc64824f
into release/next-userspace
This commit is contained in:
commit
b8fb4ed61d
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