commit 6793883c1b5119b22a2bdb8eaf4f2fe59ea5cfda Author: vladyslav-crunch Date: Fri Nov 21 10:45:21 2025 +0100 Feat: add ci yml diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml new file mode 100644 index 0000000..2b605bd --- /dev/null +++ b/.gitea/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, World!"