Testing gitea actions

This commit is contained in:
Andrew Bryant 2024-11-05 14:44:40 -05:00
parent ebc55fbf8d
commit d274bdad49

View File

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