Update validate-typescript.yml
This commit is contained in:
parent
85fc9b35be
commit
e74e232043
2
.github/workflows/validate-typescript.yml
vendored
2
.github/workflows/validate-typescript.yml
vendored
@ -7,6 +7,8 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Install modules
|
||||
run: yarn
|
||||
- name: Install modules (example/)
|
||||
run: yarn example
|
||||
- name: Run TypeScript
|
||||
run: npx tsc
|
||||
- name: Run ESLint
|
||||
|
Loading…
Reference in New Issue
Block a user