Update validate-typescript.yml
This commit is contained in:
parent
78b15665dc
commit
0ce157aed5
2
.github/workflows/validate-typescript.yml
vendored
2
.github/workflows/validate-typescript.yml
vendored
@ -34,11 +34,13 @@ jobs:
|
||||
- name: Install modules (example/)
|
||||
run: yarn example
|
||||
tsc:
|
||||
runs-on: ubuntu-latest
|
||||
needs: node_modules
|
||||
steps:
|
||||
- name: Run TypeScript
|
||||
run: npx tsc
|
||||
eslint:
|
||||
runs-on: ubuntu-latest
|
||||
needs: node_modules
|
||||
steps:
|
||||
- name: Run ESLint
|
||||
|
Loading…
Reference in New Issue
Block a user