diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-01-05 15:34:00 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-01-05 15:34:00 -0800 |
commit | a41f0e21b197f20c5e6f45cfeae17ce4da0b929f (patch) | |
tree | 09901d3414ff5e2a6359104ee05d5b34bb267a0c | |
parent | 24d7059f5637f6d9cd32f5fc9717985ab40276ba (diff) | |
download | fatcat-scholar-a41f0e21b197f20c5e6f45cfeae17ce4da0b929f.tar.gz fatcat-scholar-a41f0e21b197f20c5e6f45cfeae17ce4da0b929f.zip |
gitlab: explicitly run lints, after tests
-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 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 |