ci: update CI workflow to install dependencies correctly
This commit is contained in:
parent
7533f1139c
commit
c55fcd9ea0
@ -45,13 +45,10 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout Code
|
||||
uses: actions/checkout@v4
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
cd frontend
|
||||
cp -r /home/bun/app/node_modules .
|
||||
- name: Run Eslint
|
||||
run: |
|
||||
cd frontend
|
||||
cp -r /home/bun/app/node_modules .
|
||||
bun run lint
|
||||
|
||||
prettier:
|
||||
|
Loading…
x
Reference in New Issue
Block a user