Skip to content

Fix github release script (#1492) #388

Fix github release script (#1492)

Fix github release script (#1492) #388

Workflow file for this run

name: Mypy Type Check
on:
push:
branches: [main, update/pixi-lock]
paths-ignore: [".teamcity/**"]
tags: ["*"]
pull_request:
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
mypy:
name: Mypy
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/setup-pixi@v0.7.0
with:
pixi-version: "latest"
- name: Run mypy on python/ribasim
run: |
pixi run mypy-ribasim-python
- name: Run mypy on python/ribasim_testmodels
run: |
pixi run mypy-ribasim-testmodels
- name: Run mypy on python/ribasim_api
run: |
pixi run mypy-ribasim-api
- name: Run mypy on ribasim_qgis
run: |
pixi run mypy-ribasim-qgis