Update validate-js.yml
This commit is contained in:
4
.github/workflows/validate-js.yml
vendored
4
.github/workflows/validate-js.yml
vendored
@@ -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
|
||||||
|
Reference in New Issue
Block a user