Skip to content

Add type hints

Add type hints #20

Workflow file for this run

# This workflow runs the typescript implementation unit tests
name: tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch: {}
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run unit tests
run: docker build . --target=test