pyinvoiceninja/.gitea/workflows/test_clients.yaml
Workflow config file is invalid. Please check your config file: yaml: unmarshal errors: line 9: cannot unmarshal !!map into []*model.Step
2024-11-05 14:44:40 -05:00

11 lines
177 B
YAML

name: test-clients
run-name: ${{ gitea.actor }} is testing pyinvoiceninja
on: push
jobs:
pyinvoiceninja:
runs-on: invoiceninja
steps:
run: echo "Hello world!"