Deleted http://3arabporn.com/; was last known active on 06 April 2023… #643
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/ |