Merge pull request #1883 from hellais/dnssec-rootkey #2749
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/ |