fix: install npm packages before linting
This commit is contained in:
4
.github/workflows/lint.yml
vendored
4
.github/workflows/lint.yml
vendored
@ -32,6 +32,10 @@ jobs:
|
||||
~/.cache/go-build
|
||||
~/go/pkg/mod
|
||||
~/.npm
|
||||
|
||||
- name: Install npm packages
|
||||
working-directory: ./client
|
||||
run: npm ci
|
||||
|
||||
- name: Lint
|
||||
run: nix develop --command ts-lint
|
Reference in New Issue
Block a user