This commit is contained in:
parent
5eaae97c99
commit
4e182f6466
1 changed files with 16 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue