Files
languageservices/actions-workflow-parser/testdata/reader/errors-jobs-missing.yml
T
2023-01-06 15:54:31 -08:00

12 lines
221 B
YAML

include-source: false # Drop file/line/col from output
---
on: push
---
{
"errors": [
{
"Message": ".github/workflows/errors-jobs-missing.yml (Line: 1, Col: 1): Required property is missing: jobs"
}
]
}