Skip to content

fix: allow none property value but not send #72

fix: allow none property value but not send

fix: allow none property value but not send #72

Workflow file for this run

name: Unit Test
on: [pull_request]
jobs:
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ "3.7", "3.8", "3.9", "3.10", "3.11" ]
steps:
- name: Checkout source code
uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Unit Test
run: |
pip3 install --user tox
python3 -m tox -e py