mirror of
https://github.com/urbit/shrub.git
synced 2024-12-19 16:51:42 +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:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- 'pkg/interface'
|
- 'pkg/interface/**'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
typescript-check:
|
typescript-check:
|
||||||
@ -11,4 +11,4 @@ jobs:
|
|||||||
name: "Check pkg/interface types"
|
name: "Check pkg/interface types"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- 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