From c3b7ee2d13110e688c582435e30822e826559de9 Mon Sep 17 00:00:00 2001 From: Volodymyr Bondar Date: Thu, 23 Nov 2023 15:55:50 +0100 Subject: [PATCH] second commit --- .gitea/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitea/ci.yml diff --git a/.gitea/ci.yml b/.gitea/ci.yml new file mode 100644 index 0000000..73e9771 --- /dev/null +++ b/.gitea/ci.yml @@ -0,0 +1,8 @@ +name: First CI +on: [push] +jobs: +build: +runs-on: ubuntu-latest +steps: +- name: Printing hello +run: echo "Hello, " \ No newline at end of file