YAML + REGEX #170
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
|