Skip to content

Commit

Permalink
Run django checks as part of the pipeline (evmos#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
fmrsabino authored Apr 30, 2021
1 parent 92e3fc7 commit 8637ded
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions run
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ function ci:test {

. .env

manage check
flake8 "${@}"
manage migrate
test
Expand Down

0 comments on commit 8637ded

Please sign in to comment.