commit fc4e4ff7030d2e7aced2e53941777e3cd739307e Author: DingoMC Date: Tue Nov 21 13:49:45 2023 +0100 first diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml new file mode 100644 index 0000000..9a02c5e --- /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" \ No newline at end of file