Skip to content

Introduce testargs for pytest to have more control over the test and … #239

Introduce testargs for pytest to have more control over the test and …

Introduce testargs for pytest to have more control over the test and … #239

Workflow file for this run

name: Type checks
on:
push:
workflow_call:
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.13
uses: actions/setup-python@v5
with:
python-version: 3.13
- name: Install Project
run: make install
- name: Run Typechecks
run: make typecheck