Skip to content

Release 1.0.0-alpha.3 #124

Release 1.0.0-alpha.3

Release 1.0.0-alpha.3 #124

Workflow file for this run

name: Unit Tests
on: [push]
jobs:
unit:
runs-on: ubuntu-latest
strategy:
matrix:
node-version: [16.x]
python-version: [3.8]
steps:
- name: Main checkout
uses: actions/checkout@v3
- name: Linting
run: make test-ci