Appears to be blocked but not on Roskomnadzor list #646
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: Check all lists | |
on: | |
push: | |
paths: | |
- "lists/*" | |
pull_request: | |
paths: | |
- "lists/*" | |
jobs: | |
lint_lists: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Run lint lists against all lists | |
run: python scripts/lint-lists.py lists/ |