Skip to content

Merge branch 'master' of github.com:0xsequence/token-directory #84

Merge branch 'master' of github.com:0xsequence/token-directory

Merge branch 'master' of github.com:0xsequence/token-directory #84

Workflow file for this run

name: Validate JSONs
on: [push, pull_request]
jobs:
verify-json:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Validate JSONs
run: bash ./tools/scripts/jsonlint.sh
# env: