Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Pleroma
pleroma
Commits
18c3ca78
Commit
18c3ca78
authored
Apr 20, 2018
by
lain
Browse files
Add format checking to CI.
parent
193be32f
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
18c3ca78
...
...
@@ -9,6 +9,7 @@ variables:
POSTGRES_PASSWORD
:
postgres
stages
:
-
lint
-
test
before_script
:
...
...
@@ -18,6 +19,11 @@ before_script:
-
MIX_ENV=test mix ecto.create
-
MIX_ENV=test mix ecto.migrate
lint
:
stage
:
lint
script
:
-
MIX_ENV=test mix format --check-formatted
unit-testing
:
stage
:
test
script
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment