From dc43407db9b588ef53a3fb97931b65fdaeae54f8 Mon Sep 17 00:00:00 2001 From: Matthew Weber Date: Fri, 3 Oct 2025 00:44:28 -0400 Subject: [PATCH] gitea --- .gitea/workflows/test.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .gitea/workflows/test.yaml diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml new file mode 100644 index 0000000..c7bccf8 --- /dev/null +++ b/.gitea/workflows/test.yaml @@ -0,0 +1,9 @@ +name: Test +on: [push] +jobs: + test: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - name: Ensure workflow executes + run: echo "Actions working friends!"