Skip to content

Commit 675efb9

Browse files
committed
ci: update workflow
1 parent f0c7c7e commit 675efb9

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
branches: [main]
88

99
jobs:
10-
verify:
10+
ci:
1111
runs-on: ubuntu-latest
1212

1313
steps:
@@ -26,4 +26,4 @@ jobs:
2626
bun run db:generate
2727
bun run db:migrate
2828
29-
- run: bun run verify
29+
- run: bun run ci

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"test": "vitest run",
3838
"test:watch": "vitest",
3939
"verify": "run-p format lint:fix tsc test",
40+
"ci": "bun run format:check && bun run lint && bun run tsc && bun run test",
4041
"postinstall": "git config core.hooksPath .hooks && chmod +x .hooks/*"
4142
},
4243
"dependencies": {

0 commit comments

Comments
 (0)