Skip to content

mcflirt (#177)

mcflirt (#177) #409

Workflow file for this run

name: Validate & Spell-Check
on:
push:
branches:
- main
tags:
- '*'
pull_request:
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Validate JSON
uses: GrantBirki/[email protected]
with:
mode: warn
base_dir: descriptors
json_schema: schemas/descriptor.schema.json
json_schema_version: draft-07
ajv_strict_mode: false
use_gitignore: false
json_exclude_regex: ''
# Disable Spell-Check for now, consider re-enabling or running codespace locally for qc at a later date
#- name: Spell-Check JSON
# uses: codespell-project/actions-codespell@v2
# with:
# only_warn: 1
# ignore_words_file: .codespellignore
# path: descriptors