Skip to content

Email request from account owner. Verified by @nano2dev #37

Email request from account owner. Verified by @nano2dev

Email request from account owner. Verified by @nano2dev #37

Workflow file for this run

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