From 9c53d7c5cd875725e1fa5374ba055c70b340dc39 Mon Sep 17 00:00:00 2001 From: alexkrdb Date: Tue, 21 Nov 2023 16:14:46 +0100 Subject: [PATCH] add ci.yml --- ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 ci.yml diff --git a/ci.yml b/ci.yml new file mode 100644 index 0000000..18fed09 --- /dev/null +++ b/ci.yml @@ -0,0 +1,9 @@ +name: First CI +on: [push] + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Printing hello + run: echo "Hello, world" \ No newline at end of file