Skip to content

Commit 6c79e6d

Browse files
committed
Run all checks in actions
1 parent 0cbc6be commit 6c79e6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ jobs:
2424
run: bun install
2525

2626
- name: Run linter
27-
run: bun run lint
27+
run: bun run check:all

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"check:types": "tsgo --noEmit",
1414
"lint": "bun run lint:eslint && bun run lint:prettier",
1515
"check": "bun run check:types",
16-
"check:all": "bun run check:types && bun run lint"
16+
"check:all": "bun run check && bun run lint"
1717
},
1818
"dependencies": {
1919
"@astrojs/cloudflare": "^12.6.10",

0 commit comments

Comments
 (0)