commit 44c574989ce5cc32b3c90b7e3a9e001ee962a4ba Author: Ryan Date: Sun May 26 09:06:01 2024 +0200 Add empty test Gitea actions workflow diff --git a/.gitea/workflows/on-push.yaml b/.gitea/workflows/on-push.yaml new file mode 100644 index 0000000..9df0940 --- /dev/null +++ b/.gitea/workflows/on-push.yaml @@ -0,0 +1,11 @@ +name: on-push +on: [push] + +jobs: + build: + runs-on: linux + container: + image: fedora:latest + steps: + - name: Test + run: echo Hello