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

19 lines
315 B
YAML

include-source: false # Drop file/line/col from output
skip:
- TypeScript
---
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
not: a-sequence
---
{
"errors": [
{
"Message": ".github/workflows/errors-unexpected-mapping.yml (Line: 6, Col: 7): A mapping was not expected"
}
]
}