Skip to content

Commit

Permalink
test without reporter=github
Browse files Browse the repository at this point in the history
  • Loading branch information
mimarz committed Jul 31, 2024
1 parent 067a902 commit 751943b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-storefront.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
- name: Types
run: yarn types:storefront
- name: Biome CI
run: yarn biome ci ./apps/storefront --reporter=github
run: yarn biome ci ./apps/storefront
- name: Lint CSS
run: yarn lint-style ./apps/storefront/**/*.css
2 changes: 1 addition & 1 deletion .github/workflows/checks-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Types
run: yarn types:react
- name: Biome CI
run: yarn biome ci . --reporter=github
run: yarn biome ci .
- name: Lint CSS
run: yarn lint-style
- name: Test
Expand Down

0 comments on commit 751943b

Please sign in to comment.