Update validate-js.yml
This commit is contained in:
parent
c2908e12e1
commit
4277907af9
10
.github/workflows/validate-js.yml
vendored
10
.github/workflows/validate-js.yml
vendored
@ -58,6 +58,11 @@ jobs:
|
||||
restore-keys: |
|
||||
${{ runner.os }}-yarn-
|
||||
|
||||
- name: Install modules
|
||||
run: yarn
|
||||
- name: Install modules (example/)
|
||||
run: yarn example
|
||||
|
||||
- name: Run TypeScript
|
||||
run: yarn typescript
|
||||
lint:
|
||||
@ -78,5 +83,10 @@ jobs:
|
||||
restore-keys: |
|
||||
${{ runner.os }}-yarn-
|
||||
|
||||
- name: Install modules
|
||||
run: yarn
|
||||
- name: Install modules (example/)
|
||||
run: yarn example
|
||||
|
||||
- name: Run ESLint
|
||||
run: yarn lint-ci
|
||||
|
Loading…
Reference in New Issue
Block a user