Update validate-typescript.yml
This commit is contained in:
parent
0885e6ef20
commit
626d69f455
10
.github/workflows/validate-typescript.yml
vendored
10
.github/workflows/validate-typescript.yml
vendored
@ -33,15 +33,7 @@ jobs:
|
||||
run: yarn
|
||||
- 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:
|
||||
run: yarn typescript
|
||||
- name: Run ESLint
|
||||
run: yarn lint
|
||||
|
Loading…
Reference in New Issue
Block a user