Skip to content

feat: add pyright type checker #44

feat: add pyright type checker

feat: add pyright type checker #44

Workflow file for this run

name: Running Tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
unit_tests:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Run Unit Tests
run: make unit-tests