From e33f24dc6c61519fcaa9a16ab56b4d0a904b11ff Mon Sep 17 00:00:00 2001 From: Anatole-DC Date: Mon, 11 Oct 2021 08:53:39 +0200 Subject: [PATCH] feat: adding the config file for ci --- .circleci/config.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .circleci/config.yml diff --git a/.circleci/config.yml b/.circleci/config.yml new file mode 100644 index 0000000..519ca46 --- /dev/null +++ b/.circleci/config.yml @@ -0,0 +1,7 @@ +version: 2.1 +jobs: + build: + + steps: + - checkout + - run: echo "Hello World" \ No newline at end of file