docs: Expand pakistan spider names and replace reason for removal #1458
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: Lint | |
on: [push, pull_request] | |
jobs: | |
lint: | |
uses: open-contracting/.github/.github/workflows/lint.yml@main | |
permissions: | |
contents: write | |
secrets: | |
personal-access-token: ${{ secrets.PAT }} | |
with: | |
python-version: '3.10' | |
# scrapyd is run as a command in production. scrapyd-client is run as a command for deployment. | |
standard-maintenance-scripts-ignore: scrapyd,scrapyd-client | |
before-lint: shasum -c requirements.txt.sha256 |