Skip to content

chore: strict type check (#22) #50

chore: strict type check (#22)

chore: strict type check (#22) #50

Workflow file for this run

name: unittest
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
- name: run unittest
run: |
python -m unittest discover tests