Skip to content

Commit

Permalink
ci: add ci.sh to manually test ci acceptance
Browse files Browse the repository at this point in the history
  • Loading branch information
BartOtten committed May 4, 2023
1 parent dede633 commit 2683add
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ci.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash
set -e

mix compile --warnings-as-errors --force
mix compile --warnings-as-errors
mix credo --strict
mix test
mix docs

0 comments on commit 2683add

Please sign in to comment.