Merge 64fc64824f into release/next-userspace

This commit is contained in:
janeway-bot 2021-05-14 19:06:47 +04:00 committed by GitHub
commit b8fb4ed61d
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