Files
languageservices/workflow-parser/testdata/reader/errors-job-environment-deployment-disabled-feature-default-go.yml
T

22 lines
415 B
YAML
Raw Normal View History

2026-03-18 15:33:51 +00:00
include-source: false # Drop file/line/col from output
skip:
- C#
---
on: push
jobs:
build:
environment:
name: production
deployment: false
runs-on: ubuntu-latest
steps:
- run: echo hi
---
{
"errors": [
{
"Message": ".github/workflows/errors-job-environment-deployment-disabled-feature-default-go.yml (Line: 6, Col: 7): The key 'deployment' is not allowed"
}
]
}