Merge branch 'master' into nymkappa/feature/update-pools
This commit is contained in:
commit
490cbaca94
17
.github/workflows/validate-json.yml
vendored
Normal file
17
.github/workflows/validate-json.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
||||
name: JSON check
|
||||
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- "**.json"
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
json_validator:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: json-syntax-check
|
||||
uses: limitusus/json-syntax-check@v1
|
||||
with:
|
||||
pattern: "\\.json$"
|
||||
@ -536,6 +536,14 @@
|
||||
"name" : "EMCDPool",
|
||||
"link" : "https://pool.emcd.io"
|
||||
},
|
||||
"get___emcd" : {
|
||||
"name" : "EMCDPool",
|
||||
"link" : "https://pool.emcd.io"
|
||||
},
|
||||
"/EMCD/" : {
|
||||
"name" : "EMCDPool",
|
||||
"link" : "https://pool.emcd.io"
|
||||
},
|
||||
"Foundry USA Pool" : {
|
||||
"name" : "Foundry USA",
|
||||
"link" : "https://foundrydigital.com/"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user