Skip to content

Initial work on icons. #38

Initial work on icons.

Initial work on icons. #38

Workflow file for this run

name: types
on: [pull_request]
jobs:
types:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: |
3.10
# 3.11
# 3.12
- name: Install Hatch
run: pipx install hatch
- name: Run mypy
run: hatch run types:check