From d274bdad49a67c76242a9e5a5a0df2cb220b672d Mon Sep 17 00:00:00 2001 From: awkawb Date: Tue, 5 Nov 2024 14:44:40 -0500 Subject: [PATCH] Testing gitea actions --- .gitea/workflows/test_clients.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitea/workflows/test_clients.yaml diff --git a/.gitea/workflows/test_clients.yaml b/.gitea/workflows/test_clients.yaml new file mode 100644 index 0000000..9c09d23 --- /dev/null +++ b/.gitea/workflows/test_clients.yaml @@ -0,0 +1,10 @@ +name: test-clients +run-name: ${{ gitea.actor }} is testing pyinvoiceninja +on: push + +jobs: + pyinvoiceninja: + runs-on: invoiceninja + steps: + run: echo "Hello world!" +