From 864f69c48a119806bf2e9c7538027bfd18b6244f Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 1 Jan 2021 19:23:13 +0200 Subject: [PATCH] GitLab CI. --- .gitlab-ci.yml | 4 ++++ README.md | 2 ++ 2 files changed, 6 insertions(+) create mode 100644 .gitlab-ci.yml diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..f92da7b --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,4 @@ +--- +include: + - project: shore/ci-templates + file: templates/pre-commit.yml diff --git a/README.md b/README.md index e7a5df5..530e2ef 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Presentation +[](https://git.shore.co.il/nimrod/presentation/-/commits/master) + A Dockerized presentation toolkit for building presentation from markup (like Markdown or DOT). -- GitLab