From aeb9e8640d85a5b1ec1b834307ca65889202937b Mon Sep 17 00:00:00 2001 From: Dawid Rutkowski Date: Mon, 25 Nov 2024 10:35:48 +0100 Subject: [PATCH] initial commit --- .gitea/workflows/ci.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitea/workflows/ci.yaml diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml new file mode 100644 index 0000000..c01d7a7 --- /dev/null +++ b/.gitea/workflows/ci.yaml @@ -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