fix(poland_digiwhist): The usual URL is 404 #1464
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: 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 |