commit 23d682f3447a9f23ab5db8547d2a2c3178d9cbcb Author: ja Date: Tue Nov 21 19:03:05 2023 +0100 first diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml new file mode 100644 index 0000000..891c36f --- /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, " \ No newline at end of file