Skip to content

changed var name and set to None (instead of zero) if not set #37

changed var name and set to None (instead of zero) if not set

changed var name and set to None (instead of zero) if not set #37

Workflow file for this run

name: Pyright Type Checking
on: [push, pull_request]
jobs:
type-check:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Build Docker image
run: docker build .