Update validate-typescript.yml

This commit is contained in:
Marc Rousavy 2021-02-23 14:11:33 +01:00
parent 0885e6ef20
commit 626d69f455

View File

@ -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