Skip to content

Commit

Permalink
fix: biome reporter
Browse files Browse the repository at this point in the history
  • Loading branch information
eveeifyeve committed Jun 21, 2024
1 parent 0638acc commit 83371b7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/PrQuality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
version: latest
- name: Run Biome
run: biome ci .
run: biome ci . --reporter=github

- uses: oven-sh/setup-bun@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
version: latest
- name: Run Biome
run: biome ci .
run: biome ci . --reporter=github
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
with:
version: latest
- name: Run Biome
run: biome ci .
run: biome ci . --reporter=github

- uses: oven-sh/setup-bun@v1
with:
Expand All @@ -36,8 +36,8 @@ jobs:
- name: Install Deps
run: bun install

- name: Check Quality
run: bunx @biomejs/biome check . && bunx stylelint 'src/styles/**/*.css' && bunx astro check
- name: Check Qual
run: bunx stylelint 'src/styles/**/*.css' && bunx astro check

# testing:
# name: Testing
Expand Down

0 comments on commit 83371b7

Please sign in to comment.