ci: add eslint installation to CI workflow
Some checks failed
Some checks failed
This commit is contained in:
parent
ddb772e7fc
commit
1bd0de1737
1 changed files with 1 additions and 0 deletions
|
@ -98,6 +98,7 @@ jobs:
|
|||
run: |
|
||||
cd frontend
|
||||
bun install
|
||||
- run: bun install eslint
|
||||
- name: Run Eslint
|
||||
run: |
|
||||
cd frontend
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue