commit 42b0381ad96273aab4dd3800d3068a6ea87e1239 Author: Artem Zharkov <72891194+Artem935@users.noreply.github.com> Date: Mon Nov 25 11:05:42 2024 +0100 second commit 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