try a different workflow

This commit is contained in:
Bryce Lampe
2025-08-07 10:56:09 -07:00
parent 52f62c4608
commit 30192b76c7
2 changed files with 445 additions and 449 deletions

View File

@@ -7,6 +7,12 @@ jobs:
name: warn_codegen
runs-on: ubuntu-latest
steps:
- name: Testing duplicate JSON key behavior
shell: bash
run: |
export JSON='{"FOO": "BAR", "FOO": "BAZ"}'
echo ${{ fromJSON($JSON) }}
- name: Checkout Repo
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with: