Skip to content

Add float rule for the MOTU M-Series software #4

Add float rule for the MOTU M-Series software

Add float rule for the MOTU M-Series software #4

name: Validate JSON Schema
on: [push, pull_request]
jobs:
validate-json-schema:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Download Schema
run: wget https://raw.githubusercontent.com/LGUG2Z/komorebi/refs/heads/master/schema.asc.json
- name: Validate JSON
uses: GrantBirki/json-yaml-validate@v3
with:
json_schema: schema.asc.json
files: application.json