chore: add CI and issue templates

This commit is contained in:
2025-01-31 23:09:40 +01:00
parent 003af71107
commit f7cdcb1563
4 changed files with 143 additions and 0 deletions

View File

@@ -14,6 +14,9 @@ lint:
audit:
cargo deny check all
migrate:
cargo sqlx migrate run
build:
cargo build