Set up basic CI
This commit is contained in:
parent
86437cbb9d
commit
db3e79b1ec
8 changed files with 100 additions and 9 deletions
17
Justfile
17
Justfile
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue