Skip to content

Adds test and lint workflows #2

Adds test and lint workflows

Adds test and lint workflows #2

Workflow file for this run

name: Self-test the CI workflows
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
uses: ./.github/workflows/lint.yaml
with:
package_path: WorkflowTestPackage
test:
uses: ./.github/workflows/test.yaml
with:
package_path: WorkflowTestPackage