Skip to content

Add typing checks

Add typing checks #88

Workflow file for this run

name: Check
on: [ push ]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: "3.11"
cache: "pip"
- name: Install Task
uses: arduino/setup-task@v2
- name: Run lint
run: |
task lint