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/)
|
- name: Install modules (example/)
|
||||||
run: yarn example
|
run: yarn example
|
||||||
tsc:
|
tsc:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
needs: node_modules
|
needs: node_modules
|
||||||
steps:
|
steps:
|
||||||
- name: Run TypeScript
|
- name: Run TypeScript
|
||||||
run: npx tsc
|
run: npx tsc
|
||||||
eslint:
|
eslint:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
needs: node_modules
|
needs: node_modules
|
||||||
steps:
|
steps:
|
||||||
- name: Run ESLint
|
- name: Run ESLint
|
||||||
|
Loading…
Reference in New Issue
Block a user