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

21 lines
384 B
YAML

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