Skip to content

Add precommit (#15) #29

Add precommit (#15)

Add precommit (#15) #29

Workflow file for this run

name: Typing
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
jobs:
typing:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Python 3.12
uses: actions/setup-python@v6
with:
python-version: "3.12"
- name: Install polarctic
run: |
pip install .[dev]
- name: Type check with mypy
run: |
mypy polarctic