Skip to content

[scale-set] build images in public repo vs private repo #2

[scale-set] build images in public repo vs private repo

[scale-set] build images in public repo vs private repo #2

name: Validate JSON Schema
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
validate-json-schema:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Validate JSON Schema
shell: pwsh
run: ./helpers/CheckJsonSchema.ps1