Add formatting check.

This commit is contained in:
James Harton 2018-09-04 15:05:12 +12:00
parent a6abc55758
commit 95b7d5f1f8

View file

@ -27,6 +27,10 @@ audit:
script: script:
- mix hex.audit - mix hex.audit
format:
script:
- mix format --check-formatted
# inch: # inch:
# script: # script:
# - mix inch --pedantic # - mix inch --pedantic