Skip to content

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

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

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

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@v1
with:
files: schemas/**/*.json