Remove decentralfi.io from hotlist #26
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Static Blacklist Only (changes to blacklists not supported) | |
on: | |
pull_request: | |
branches: | |
- master | |
paths: | |
- 'blacklists/*.json' | |
jobs: | |
static-blacklist-check: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: JSON files syntax and URL validation | |
uses: actions/setup-node@v2 | |
with: | |
node-version: 14.x | |
- run: npm install | |
- run: npm run static-bl-fail |