Lint #1506
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: | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
schedule: | |
# 05:00 UTC = 06:00 CET = 07:00 CEST | |
- cron: "0 5 * * *" | |
jobs: | |
lint: | |
uses: iiasa/actions/.github/workflows/lint.yaml@main | |
with: | |
# If the "Latest version testable on GitHub Actions" in pytest.yaml | |
# is not the latest 3.x stable version, adjust here to match: | |
python-version: "3.10" | |
# For PRs that depend on an ixmp PR branch, adjust the URL below | |
type-hint-packages: >- | |
asyncssh | |
genno | |
pytest | |
sphinx | |
types-requests | |
types-PyYAML | |
git+https://github.com/iiasa/ixmp.git@main |