aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBryan Newbold <bnewbold@archive.org>2021-01-05 15:34:00 -0800
committerBryan Newbold <bnewbold@archive.org>2021-01-05 15:34:00 -0800
commita41f0e21b197f20c5e6f45cfeae17ce4da0b929f (patch)
tree09901d3414ff5e2a6359104ee05d5b34bb267a0c
parent24d7059f5637f6d9cd32f5fc9717985ab40276ba (diff)
downloadfatcat-scholar-a41f0e21b197f20c5e6f45cfeae17ce4da0b929f.tar.gz
fatcat-scholar-a41f0e21b197f20c5e6f45cfeae17ce4da0b929f.zip
gitlab: explicitly run lints, after tests
-rw-r--r--.gitlab-ci.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 54de0dd..709a4d9 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -17,3 +17,4 @@ test_python:
script:
- pipenv install --dev --deploy
- make test
+ - make lint