chore: add debugging step to list files in the frontend directory
Some checks failed
Frontend CI / lint (push) Failing after 4m49s
Frontend CI / build (push) Failing after 4m50s

This commit is contained in:
JSC
2025-07-01 16:39:03 +02:00
parent 5073c8d929
commit eec07826bb

View File

@@ -29,6 +29,9 @@ jobs:
restore-keys: | restore-keys: |
${{ runner.os }}-bun- ${{ runner.os }}-bun-
- name: Ls that shit
run: ls -lah
- name: Install dependencies - name: Install dependencies
run: | run: |
cd frontend cd frontend