Skip to content

Commit

Permalink
improve ci warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoBSalgueiro committed Mar 22, 2024
1 parent 2215cec commit 105df92
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
run: pnpm install --frozen-lockfile

- name: Run linter
run: pnpm lint
run: pnpm lint:ci

- name: Run tests
run: pnpm test
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"format": "biome format --write ./src",
"test": "vitest run",
"lint": "tsc --noEmit && biome check ./src",
"lint:ci": "tsc --noEmit && biome ci ./src --diagnostic-level=error",
"lint:fix": "biome check --apply ./src"
},
"dependencies": {
Expand Down Expand Up @@ -89,4 +90,4 @@
"typescript": "^5.4.2",
"vitest": "^1.3.1"
}
}
}

0 comments on commit 105df92

Please sign in to comment.