Use github action for pyproject pytest #415
test.yml
on: pull_request
Annotations
8 errors and 1 warning
qa:
.github/workflows/qa-pytest-pyproject.yml#L3
"on" must be string
|
qa:
.github/workflows/qa-pytest-pyproject.yml#L3
"on" must be equal to "branch_protection_rule", "check_run", "check_suite", "create", "delete", "deployment", "deployment_status", "discussion", "discussion_comment", "fork", "gollum", "issue_comment", "issues", "label", "merge_group", "milestone", "page_build", "project", "project_card", "project_column", "public", "pull_request", "pull_request_review", "pull_request_review_comment", "pull_request_target", "push", "registry_package", "release", "status", "watch", "workflow_call", "workflow_dispatch", "workflow_run" or "repository_dispatch"
|
qa:
.github/workflows/qa-pytest-pyproject.yml#L3
"on" must be array
|
qa:
.github/workflows/qa-pytest-pyproject.yml#L3
"on" must match exactly one schema in oneOf
|
qa:
.github/workflows/qa-pytest-pyproject.yml#L21
"on.workflow_call.inputs["job-summary"]" must have required property 'type'
|
qa:
.github/workflows/qa-pytest-pyproject.yml#L25
"on.workflow_call.inputs.emoji" must have required property 'type'
|
qa:
.github/workflows/qa-pytest-pyproject.yml#L29
"on.workflow_call.inputs["custom-pytest"]" must have required property 'type'
|
qa
Process completed with exit code 1.
|
qa
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|