We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6122f2 commit 3a0019bCopy full SHA for 3a0019b
.github/workflows/test-build.yml
@@ -26,6 +26,9 @@ jobs:
26
- name: Install dependencies
27
run: bun install --frozen-lockfile
28
29
+ - name: Lint code
30
+ run: bun run lint:check
31
+
32
- name: Run tests with coverage
33
env:
34
NODE_OPTIONS: '--no-warnings'
package.json
@@ -22,7 +22,6 @@
22
"lint:all": "bun run lint && bun run lint:helm",
23
"check": "bunx biome check --files-ignore-unknown=true",
24
"prepare": "bun husky",
25
- "prebuild": "bun run lint:check",
"type-check": "turbo run type-check",
"release": "bun run scripts/create-single-release.ts"
},
0 commit comments