Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 5 additions & 6 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,11 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4

- name: Install Biome
run: yarn add @biomejs/biome
- name: Setup Biome CLI
uses: biomejs/setup-biome@v2

- name: Run lint
run: yarn ci
continue-on-error: false
- name: Run Biome
run: biome ci src/

test:
name: Test
Expand All @@ -53,7 +52,7 @@ jobs:
strategy:
fail-fast: false
matrix:
language: ['javascript']
language: ["javascript"]
# CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python' ]
# Learn more:
# https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"test": "vitest run --coverage"
},
"dependencies": {
"@biomejs/biome": "^1.9.4",
"@biomejs/biome": "1.9.4",
"@reduxjs/toolkit": "^2.6.0",
"@testing-library/react": "^16.2.0",
"@testing-library/user-event": "^14.6.1",
Expand Down
Loading