Skip to content

Final naming polish across PoF, Janthir, Collections, and Bitterfrost… #2

Final naming polish across PoF, Janthir, Collections, and Bitterfrost…

Final naming polish across PoF, Janthir, Collections, and Bitterfrost… #2

name: json-validation
on:
pull_request:
push:
branches:
- main
jobs:
json-validation:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Validate JSON files
shell: pwsh
run: ./scripts/validate-json.ps1