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
|
||||
run: bun install -g biome
|
||||
- name: Run Biome lint
|
||||
run: biome lint --write
|
||||
- name: Run Biome format check
|
||||
run: biome format --write
|
||||
run: |
|
||||
echo "Running Biome lint..."
|
||||
biome lint --write
|
||||
biome format --write
|
||||
|
||||
build-and-push-docker:
|
||||
needs: [build]
|
||||
|
||||
Reference in New Issue
Block a user