commit 0cafb9e5f0b76a010301b670afa85f8ebc7588db Author: Luke Tainton Date: Thu Jan 2 09:41:45 2025 +0000 test diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml new file mode 100644 index 0000000..216a981 --- /dev/null +++ b/.gitea/workflows/test.yml @@ -0,0 +1,9 @@ +name: Test +on: + push: + +jobs: + ci: + uses: https://git.tainton.uk/actions/hello-world-docker-action@v1.0.0 + with: + who-to-greet: 'Mona the Octocat'