Files
languageservices/actions-workflow-parser/testdata/reader/errors-unexpected-mapping.yml
T
Christopher Schleiden f4f3801b15 Enable test
2023-02-08 11:44:48 -08:00

17 lines
294 B
YAML

include-source: false # Drop file/line/col from output
---
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"
}
]
}