Skip to content

Bump version from 2.1.0 to 2.2.0 #5

Bump version from 2.1.0 to 2.2.0

Bump version from 2.1.0 to 2.2.0 #5

Workflow file for this run

name: mypy
on:
- push
- pull_request
jobs:
mypy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- run: pip install mypy types-requests
- run: mypy --ignore-missing-imports growattServer/