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: |
|
run: |
|
||||||
cd frontend
|
cd frontend
|
||||||
bun install
|
bun install
|
||||||
|
- run: bun install eslint
|
||||||
- name: Run Eslint
|
- name: Run Eslint
|
||||||
run: |
|
run: |
|
||||||
cd frontend
|
cd frontend
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue