Skip to content

Create python-frob.yml #1

Create python-frob.yml

Create python-frob.yml #1

Workflow file for this run

---
name: "Python unit tests for bican_mccarroll_frob"
"on":
push:
branches:

Check failure on line 5 in .github/workflows/python-frob.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/python-frob.yml

Invalid workflow file

You have an error in your yaml syntax on line 5
- ""main""
pull_request:
branches:
- ""main""
paths:
- "python/bican_mccarroll_helloworld/**"
jobs:
call-python-reusable:
uses: "./.github/workflows/python-reusable.yml"
with:
package_name: "helloworld"
secrets: "inherit"