summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-04-01 17:21:26 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2026-04-01 17:21:26 +0900
commitd5f672698004ae05f55e5e1f6a6e62a9cebbd530 (patch)
treed89b0a7e1eb3cbb4ad889c8ef3eca7ad73aec2ac /Makefile
parent7388b83e7aac55ec7d8872ce58794b29b33c6522 (diff)
ci: add Gitea Actions workflow and CI script
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index e7878d6..4a41ebe 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-.PHONY: infra up down logs test lint format migrate migrate-down migrate-new
+.PHONY: infra up down logs test lint format migrate migrate-down migrate-new ci
infra:
docker compose up -d redis postgres
@@ -31,3 +31,6 @@ migrate-down:
migrate-new:
cd shared && alembic revision --autogenerate -m "$(msg)"
+
+ci:
+ ./scripts/ci.sh