run multiple lint commands in one sub step
This commit is contained in:
7
.github/workflows/ci.yml
vendored
7
.github/workflows/ci.yml
vendored
@@ -34,9 +34,10 @@ jobs:
|
|||||||
- name: Install Biome
|
- name: Install Biome
|
||||||
run: bun install -g biome
|
run: bun install -g biome
|
||||||
- name: Run Biome lint
|
- name: Run Biome lint
|
||||||
run: biome lint --write
|
run: |
|
||||||
- name: Run Biome format check
|
echo "Running Biome lint..."
|
||||||
run: biome format --write
|
biome lint --write
|
||||||
|
biome format --write
|
||||||
|
|
||||||
build-and-push-docker:
|
build-and-push-docker:
|
||||||
needs: [build]
|
needs: [build]
|
||||||
|
|||||||
Reference in New Issue
Block a user