chore: Updated to use check for github aciton
999838b1
3 file(s) · +5 −3
| 23 | 23 | run: bun install |
|
| 24 | 24 | ||
| 25 | 25 | - name: Check formatting |
|
| 26 | - | run: bun run format --check |
|
| 26 | + | run: bun run format:check |
| 23 | 23 | run: bun install |
|
| 24 | 24 | ||
| 25 | 25 | - name: Run linter |
|
| 26 | - | run: bun run lint |
|
| 26 | + | run: bun run lint:check |
| 18 | 18 | "test:watch": "bun test --watch", |
|
| 19 | 19 | "test:coverage": "bun test --coverage", |
|
| 20 | 20 | "lint": "biome lint --write src package.json", |
|
| 21 | - | "format": "biome format --write src package.json" |
|
| 21 | + | "lint:check": "biome lint src package.json", |
|
| 22 | + | "format": "biome format --write src package.json", |
|
| 23 | + | "format:check": "biome format src package.json" |
|
| 22 | 24 | }, |
|
| 23 | 25 | "keywords": [ |
|
| 24 | 26 | "bun", |