Skip to content

Bump mkdocs-material from 9.5.34 to 9.5.36 #73

Bump mkdocs-material from 9.5.34 to 9.5.36

Bump mkdocs-material from 9.5.34 to 9.5.36 #73

Workflow file for this run

name: Mypy
on: [ push, pull_request ]
env:
DEFAULT_PYTHON: "3.12"
jobs:
mypy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ env.DEFAULT_PYTHON }}
check-latest: true
- run: pip install -r requirements_dev.txt
- run: mypy systemctl2mqtt