diff --git a/.forgejo/workflows/biomejs.yml b/.forgejo/workflows/biomejs.yml
index 3472f79..c4b2efc 100644
--- a/.forgejo/workflows/biomejs.yml
+++ b/.forgejo/workflows/biomejs.yml
@@ -17,5 +17,19 @@ jobs:
           export BUN_INSTALL="$HOME/.bun"
           echo "$BUN_INSTALL/bin" >> $GITHUB_PATH
 
-      - name: Run Biome via Bun
-        run: bun run lint
+      - name: Install Dependencies
+        run: bun install
+
+      - name: Show Biome config and project files
+        run: |
+          pwd
+          ls -la
+          cat biome.json || echo "biome.json not found"
+
+      - name: Debug Biome setup
+        run: |
+          which bunx
+          bunx biome --version
+
+      - name: Run Biome with verbose output
+        run: bunx biome ci . --verbose