ci: update CI workflow to install dependencies correctly

This commit is contained in:
Jan Gleytenhoover 2025-02-19 11:40:53 +01:00
parent 7533f1139c
commit c55fcd9ea0
Signed by: jank
GPG key ID: 22BEAC760B3333D6

View file

@ -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: