From 95b7d5f1f80994e05cacb6374f9985507c2b225b Mon Sep 17 00:00:00 2001 From: James Harton Date: Tue, 4 Sep 2018 15:05:12 +1200 Subject: [PATCH] Add formatting check. --- .gitlab-ci.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 771ce45..0dd20ba 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -27,6 +27,10 @@ audit: script: - mix hex.audit +format: + script: + - mix format --check-formatted + # inch: # script: # - mix inch --pedantic