gonna kill myself
Some checks failed
Code quality checks / quality (push) Failing after 11s

This commit is contained in:
creations 2025-04-10 06:21:28 -04:00
parent 5eaae97c99
commit 4e182f6466
Signed by: creations
GPG key ID: 8F553AA4320FC711

View file

@ -17,5 +17,19 @@ jobs:
export BUN_INSTALL="$HOME/.bun" export BUN_INSTALL="$HOME/.bun"
echo "$BUN_INSTALL/bin" >> $GITHUB_PATH echo "$BUN_INSTALL/bin" >> $GITHUB_PATH
- name: Run Biome via Bun - name: Install Dependencies
run: bun run lint 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