Skip to content

Add a RestartRequired field to the Version #4

Add a RestartRequired field to the Version

Add a RestartRequired field to the Version #4

Workflow file for this run

name: Validate JSONs
on: [push, pull_request]
jobs:
verify-json-validation:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Validate package.json against local schema
uses: cardinalby/schema-validator-action@v3
with:
file: 'verified-mods.json'
schema: '.github/schema.json'
verify-mods-versions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup python
uses: actions/setup-python@v2
with:
python-version: 3.11
- name: Run mod checks
run: |
python .github/verify_versions.py