diff --git a/.github/workflows/validate-json.yml b/.github/workflows/validate-json.yml new file mode 100644 index 0000000..96c29a0 --- /dev/null +++ b/.github/workflows/validate-json.yml @@ -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$" diff --git a/pools.json b/pools.json index d57c226..0197806 100644 --- a/pools.json +++ b/pools.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/"