Merge parser and expressions into repository
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
include-source: false # Drop file/line/col from output
|
||||
---
|
||||
on: push
|
||||
jobs:
|
||||
build: # missing runs-on
|
||||
steps:
|
||||
- run: echo hi
|
||||
---
|
||||
{
|
||||
"errors": [
|
||||
{
|
||||
"Message": ".github/workflows/errors-job-runs-on-missing.yml (Line: 4, Col: 5): Required property is missing: runs-on"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user