Skip to content

Lint

Lint #1454

Workflow file for this run

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