Update validate-typescript.yml

This commit is contained in:
Marc Rousavy 2021-02-23 14:06:46 +01:00
parent 78b15665dc
commit 0ce157aed5

View File

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