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