Files
languageservices/actions-workflow-parser/testdata/reader/errors-max-file-size.yml
T
2023-02-17 18:36:00 -05:00

19 lines
363 B
YAML

include-source: false # Drop file/line/col from output
max-file-size: 124
---
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: echo Building...
---
{
"errors": [
{
"Message": ".github/workflows/errors-max-file-size.yml: The maximum file size of 124 characters has been exceeded"
}
]
}