diff options
author | rinpatch <rinpatch@sdf.org> | 2019-04-02 09:07:58 +0300 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2019-04-02 09:07:58 +0300 |
commit | 5ee54d81837f7e59e942f524259f361c438dfba4 (patch) | |
tree | a0a8d162e14efd1512d30fdde7e428e56376994d | |
parent | 7827b929fc9816f556dc352c572f6c2ed1f1e470 (diff) | |
download | pleroma-5ee54d81837f7e59e942f524259f361c438dfba4.tar.gz |
what the fuck
-rw-r--r-- | .gitlab-ci.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 9f3e8568f..70fe82ee0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -61,6 +61,7 @@ lint: analysis: stage: test script: + - mix deps.get - mix credo --strict --only=warnings,todo,fixme,consistency,readability |