Merge parser and expressions into repository

This commit is contained in:
Christopher Schleiden
2023-01-06 15:54:31 -08:00
parent 4f961a6247
commit 70e33f999d
328 changed files with 35337 additions and 0 deletions
@@ -0,0 +1,56 @@
include-source: false # Drop file/line/col from output
skip:
- TypeScript
---
on: push
jobs:
test_matrix:
strategy:
matrix:
complex:
- key-1:
nested-1:
nested-nested-1:
- key-2:
nested-2:
nested-nested-2:
- key-3:
nested-3:
nested-nested-3:
- key-4:
nested-4:
nested-nested-4:
- key-5:
nested-5:
nested-nested-5:
- key-6:
nested-6:
nested-nested-6:
- key-7:
nested-7:
nested-nested-7:
- key-8:
nested-8:
nested-nested-8:
- key-9:
nested-9:
nested-nested-9:
- key-10:
nested-10:
nested-nested-10:
- key-11:
nested-11:
nested-nested-11:
- key-12:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- run: echo Building...
---
{
"errors": [
{
"Message": ".github/workflows/errors-matrix-max-depth.yml: Maximum object depth exceeded"
}
]
}