Add missing build step before linting
This commit is contained in:
parent
e394361b80
commit
d0a7338dc8
3
.github/workflows/lint.yml
vendored
3
.github/workflows/lint.yml
vendored
@ -26,5 +26,8 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: yarn install --immutable --immutable-cache --check-cache
|
||||
|
||||
- name: Build
|
||||
run: yarn build
|
||||
|
||||
- name: Lint
|
||||
run: yarn lint
|
||||
|
||||
Loading…
Reference in New Issue
Block a user