fix: remove unnecessary debugging step from CI workflow
Some checks failed
Frontend CI / lint (push) Failing after 5m49s
Frontend CI / build (push) Has been skipped

This commit is contained in:
JSC
2025-07-01 17:16:30 +02:00
parent 8c7a9d6c05
commit c120635dea

View File

@@ -28,9 +28,6 @@ jobs:
key: ${{ runner.os }}-bun-${{ hashFiles('frontend/bun.lockb') }}
restore-keys: |
${{ runner.os }}-bun-
- name: Ls that shit
run: ls -lah
- name: Install dependencies
run: bun install