Skip to content

Merge pull request #12 from cerberauth/fix-content-schemas #9

Merge pull request #12 from cerberauth/fix-content-schemas

Merge pull request #12 from cerberauth/fix-content-schemas #9

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Validate JSON
uses: emmanuelgautier/validate-json@main
with:
files: schemas/**/*.json