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!" +