run bun install before lint
This commit is contained in:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -36,6 +36,7 @@ jobs:
|
||||
- name: Run Biome lint
|
||||
run: |
|
||||
echo "Running Biome lint..."
|
||||
bun install
|
||||
biome lint --write
|
||||
biome format --write
|
||||
|
||||
|
||||
Reference in New Issue
Block a user