commit 549ca1f9885bf0ab495c54733ea3baa94dcd0401 Author: Dana123098 Date: Thu Nov 20 10:46:52 2025 +0100 Add first CI workflow diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml new file mode 100644 index 0000000..798204f --- /dev/null +++ b/.gitea/workflows/ci.yml @@ -0,0 +1,11 @@ +name: First CI + +on: + [push] + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Printing hello + run: echo "Hello, 🌍"