feat: ProfileBuilder accepts standard_base_url as the bytes of a ZIP … #408
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 | |
with: | |
python-version: '3.10' | |
standard-maintenance-scripts-extras: cli | |
# MyST-Parser is used as a Sphinx extension. | |
standard-maintenance-scripts-ignore: MyST-Parser |