Prepare for Block Model v3, backwards compatible #91
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |