Skip to content

Adding mypy check and test #1141

Adding mypy check and test

Adding mypy check and test #1141

Workflow file for this run

name: Lint
on:
push:
branches: [master]
pull_request:
branches:
- master
- 'staging-*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install uv
uses: astral-sh/setup-uv@v5
with:
enable-cache: true
- name: Install pandoc
run: |
sudo apt install -y pandoc
- name: Install dependencies
run: |
uv sync --all-extras --dev
- name: Lint
run: uv run ./scripts/lint.sh