diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2023-06-27 13:32:44 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2023-06-27 13:32:44 -0300 |
commit | d2a9420ac821fa5e426220d294b10b31e0003a7e (patch) | |
tree | c1bbdb3135ac23c9f9f38271a94653b52fedcbc6 | |
parent | 9e9ffca30f4df4209ce8fa7efe9dde700c0d8c30 (diff) | |
download | biblio-d2a9420ac821fa5e426220d294b10b31e0003a7e.tar.gz biblio-d2a9420ac821fa5e426220d294b10b31e0003a7e.tar.bz2 |
Feat: adds GitLab CI/CD config
-rw-r--r-- | .gitlab-ci.yml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..7c1b611 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,8 @@ +--- +lint: + image: debian:bullseye + - apt-get update + - apt-get install -y biber pybtext + - make lint + only: + - main |