Sync test data changes

This commit is contained in:
Jacob Wallraff
2023-02-01 15:48:19 -08:00
parent 7f69f0dcbf
commit 9d93f919d3
104 changed files with 1091 additions and 719 deletions
@@ -0,0 +1,19 @@
include-source: false # Drop file/line/col from output
---
on: push
jobs:
bad-strategy-key:
strategy:
bad-key:
os: [10]
runs-on: macos-latest
steps:
- run: echo hi
---
{
"errors": [
{
"Message": ".github/workflows/errors-matrix-bad-key.yml (Line: 5, Col: 7): Unexpected value 'bad-key'"
}
]
}