Set up basic CI

This commit is contained in:
Rafael Epplée 2025-04-21 12:49:50 +02:00 committed by Moritz
parent 2116ee1e91
commit d6d638dd3e
Signed by: moritz
GPG key ID: 1020A035E5DD0824
8 changed files with 99 additions and 9 deletions

View file

@ -8,4 +8,19 @@ migrate-database:
mix ash.setup
reset-database:
mix ash.reset
mix ash.reset
ci-dev: lint audit test
lint:
mix format --check-formatted
mix compile --warnings-as-errors
mix credo
audit:
mix sobelow --config
mix deps.audit
mix hex.audit
test:
mix test