Update validate-js.yml

This commit is contained in:
Marc Rousavy 2021-02-23 14:40:14 +01:00
parent 915492f108
commit da514bb99b

View File

@ -36,7 +36,7 @@ jobs:
run: yarn example
tsc:
name: Run TypeScript
needs: node_modules
needs: setup
runs-on: ubuntu-latest
steps:
# - uses: actions/checkout@v2
@ -54,7 +54,7 @@ jobs:
run: yarn typescript
lint:
name: Run ESLint and Prettier
needs: node_modules
needs: setup
runs-on: ubuntu-latest
steps:
# - uses: actions/checkout@v2