Set up basic CI
This commit is contained in:
parent
86437cbb9d
commit
07fd2df09b
5 changed files with 44 additions and 8 deletions
6
Justfile
6
Justfile
|
|
@ -8,4 +8,8 @@ migrate-database:
|
|||
mix ash.setup
|
||||
|
||||
reset-database:
|
||||
mix ash.reset
|
||||
mix ash.reset
|
||||
|
||||
ci-dev:
|
||||
mix compile --warnings-as-errors
|
||||
mix format --check-formatted
|
||||
Loading…
Add table
Add a link
Reference in a new issue