fix: uganda_releases: use JSON files as they are available again #1461
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 |