diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2023-06-27 13:34:28 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2023-06-27 13:34:28 -0300 |
commit | 72b0f9a81f7161603d938cf8f3f0d5602d616239 (patch) | |
tree | 8d935c27ac2e038cfd6c9e84fe9a30161a5363bd | |
parent | d2a9420ac821fa5e426220d294b10b31e0003a7e (diff) | |
download | biblio-72b0f9a81f7161603d938cf8f3f0d5602d616239.tar.gz biblio-72b0f9a81f7161603d938cf8f3f0d5602d616239.tar.bz2 |
Feat: adds GitLab CI/CD config (2)
-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 7c1b611..a105826 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,6 +1,7 @@ --- lint: image: debian:bullseye + script: - apt-get update - apt-get install -y biber pybtext - make lint |