From 42b0381ad96273aab4dd3800d3068a6ea87e1239 Mon Sep 17 00:00:00 2001 From: Artem Zharkov <72891194+Artem935@users.noreply.github.com> Date: Mon, 25 Nov 2024 11:05:42 +0100 Subject: [PATCH] second commit --- .gitea/workflows.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitea/workflows.yml diff --git a/.gitea/workflows.yml b/.gitea/workflows.yml new file mode 100644 index 0000000..5b03de0 --- /dev/null +++ b/.gitea/workflows.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