From 44c574989ce5cc32b3c90b7e3a9e001ee962a4ba Mon Sep 17 00:00:00 2001 From: Ryan Date: Sun, 26 May 2024 09:06:01 +0200 Subject: [PATCH] Add empty test Gitea actions workflow --- .gitea/workflows/on-push.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitea/workflows/on-push.yaml 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