Skip to content

Commit

Permalink
chore: fixes biome ci issues (#610)
Browse files Browse the repository at this point in the history
  • Loading branch information
martines3000 authored Mar 25, 2024
1 parent 9473062 commit 44bdb90
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ jobs:
node-version: 20.10.0
number-of-agents: 4
main-branch-name: 'develop'
init-commands: |
npx nx-cloud record -- pnpm exec biome check --config-path configs .
parallel-commands-on-agents: |
pnpm exec nx run-many --target=lint --parallel=4
pnpm exec nx run-many --target=test:ci --parallel=4
Expand Down
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.5.3/schema.json",
"$schema": "https://biomejs.dev/schemas/1.6.2/schema.json",
"files": {
"include": [
"**/*.js",
Expand Down
2 changes: 1 addition & 1 deletion configs/biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.5.3/schema.json",
"$schema": "https://biomejs.dev/schemas/1.6.2/schema.json",
"files": {
"include": [
"**/*.js",
Expand Down

0 comments on commit 44bdb90

Please sign in to comment.