From eb6d4569944d0552b170f5f9a5ed7d0c0203faae Mon Sep 17 00:00:00 2001 From: Yehor Dreval Date: Fri, 1 Dec 2023 10:55:42 +0100 Subject: [PATCH] add config file --- .gitea | 0 workflows/ci.yml | 8 ++++++++ 2 files changed, 8 insertions(+) create mode 100644 .gitea create mode 100644 workflows/ci.yml diff --git a/.gitea b/.gitea new file mode 100644 index 0000000..e69de29 diff --git a/workflows/ci.yml b/workflows/ci.yml new file mode 100644 index 0000000..103d12a --- /dev/null +++ b/workflows/ci.yml @@ -0,0 +1,8 @@ +name: First CI +on: [push] +jobs: +build: +runs-on: ubuntu-latest +steps: + - name: Printing hello +run: echo "Hello, "