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

13 lines
265 B
YAML

include-source: false # Drop file/line/col from output
---
on: push
jobs: {}
---
{
"errors": [
{
"Message": ".github/workflows/errors-jobs-at-least-one.yml (Line: 2, Col: 7): The workflow must contain at least one job with no dependencies."
}
]
}