Skip to content

Merge branch 'main' into copilot/update-beta-file-with-changes-again #4235

Merge branch 'main' into copilot/update-beta-file-with-changes-again

Merge branch 'main' into copilot/update-beta-file-with-changes-again #4235

name: Validate changelog JSONs
on: [pull_request,push]
permissions:
contents: read
jobs:
verify-json-validation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Validate Changelog JSONs with Schema
run: |
./scripts/validate-changelog-json.ps1
shell: pwsh