Set up basic CI
Some checks reported errors
continuous-integration/drone/push Build encountered an error
continuous-integration/drone/pr Build encountered an error

This commit is contained in:
Rafael Epplée 2025-04-21 12:49:50 +02:00
parent 86437cbb9d
commit 75d2b15ee1
No known key found for this signature in database
GPG key ID: B4EFE6DC59FAE118
8 changed files with 92 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