mirror of
https://github.com/whekin/household-bot.git
synced 2026-03-31 15:34:03 +00:00
Merge remote-tracking branch 'origin/main' into codex/whe-28-terraform
# Conflicts: # docs/runbooks/dev-setup.md
This commit is contained in:
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -29,6 +29,7 @@ jobs:
|
||||
- typecheck
|
||||
- test
|
||||
- build
|
||||
- db-check
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
@@ -70,6 +71,9 @@ jobs:
|
||||
build)
|
||||
bun run build
|
||||
;;
|
||||
db-check)
|
||||
bun run db:check
|
||||
;;
|
||||
*)
|
||||
echo "Unknown task: ${{ matrix.task }}"
|
||||
exit 1
|
||||
|
||||
Reference in New Issue
Block a user