Skip to content

add removal of data dumps...will add reinstatement in a sec #67

add removal of data dumps...will add reinstatement in a sec

add removal of data dumps...will add reinstatement in a sec #67

Workflow file for this run

name: Validate JSON
on:
pull_request:
paths:
- "**.json"
jobs:
test:
name: Validate JSON
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: json-syntax-check
uses: limitusus/json-syntax-check@v2
with:
pattern: "\\.json$"