Skip to content

YAML + REGEX

YAML + REGEX #170

Triggered via pull request December 17, 2024 22:15
Status Failure
Total duration 14s
Artifacts

acceptance-test.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
test
❌ failed to parse JSON file: __tests__/fixtures/json/invalid/json1.json
test
❌ failed to parse JSON file: __tests__/fixtures/yaml_as_json/mixture/invalid-json.json
test
❌ failed to parse YAML file: action.yml [{"path":"name","message":"name is not present in schema"},{"path":"description","message":"description is not present in schema"},{"path":"author","message":"author is not present in schema"},{"path":"branding","message":"branding is not present in schema"},{"path":"inputs","message":"inputs is not present in schema"},{"path":"outputs","message":"outputs is not present in schema"},{"path":"runs","message":"runs is not present in schema"}]
test
❌ failed to parse YAML file: .github/workflows/acceptance-test.yml [{"path":"name","message":"name is not present in schema"},{"path":"on","message":"on is not present in schema"},{"path":"permissions","message":"permissions is not present in schema"},{"path":"jobs","message":"jobs is not present in schema"}]
test
❌ failed to parse YAML file: .github/workflows/codeql-analysis.yml [{"path":"name","message":"name is not present in schema"},{"path":"on","message":"on is not present in schema"},{"path":"jobs","message":"jobs is not present in schema"}]
test
❌ failed to parse YAML file: .github/workflows/lint.yml [{"path":"name","message":"name is not present in schema"},{"path":"on","message":"on is not present in schema"},{"path":"jobs","message":"jobs is not present in schema"}]
test
❌ failed to parse YAML file: .github/workflows/package-check.yml [{"path":"name","message":"name is not present in schema"},{"path":"on","message":"on is not present in schema"},{"path":"jobs","message":"jobs is not present in schema"}]
test
❌ failed to parse YAML file: .github/workflows/test.yml [{"path":"name","message":"name is not present in schema"},{"path":"on","message":"on is not present in schema"},{"path":"jobs","message":"jobs is not present in schema"}]
test
❌ failed to parse YAML file: .github/workflows/update-latest-release-tag.yml [{"path":"name","message":"name is not present in schema"},{"path":"run-name","message":"run-name is not present in schema"},{"path":"on","message":"on is not present in schema"},{"path":"permissions","message":"permissions is not present in schema"},{"path":"jobs","message":"jobs is not present in schema"}]
test
❌ failed to parse YAML file: __tests__/acceptance/flat_yaml/flat.yaml [{"path":"name","message":"name is not present in schema"},{"path":"author","message":"author is not present in schema"},{"path":"category","message":"category is not present in schema"}]
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636