use bunx to run biome
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -37,8 +37,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "Running Biome lint..."
|
echo "Running Biome lint..."
|
||||||
bun install
|
bun install
|
||||||
biome lint --write
|
bunx biome lint --write
|
||||||
biome format --write
|
bunx biome format --write
|
||||||
|
|
||||||
build-and-push-docker:
|
build-and-push-docker:
|
||||||
needs: [build]
|
needs: [build]
|
||||||
|
|||||||
Reference in New Issue
Block a user