Skip to content

Commit

Permalink
revert
Browse files Browse the repository at this point in the history
  • Loading branch information
nano2dev committed Mar 26, 2024
1 parent ccd78b8 commit f655067
Show file tree
Hide file tree
Showing 59 changed files with 15,031 additions and 2 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
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$"
Loading

0 comments on commit f655067

Please sign in to comment.