Skip to content

Merge remote-tracking branch 'origin/main' into ree-add-collective-pe… #99

Merge remote-tracking branch 'origin/main' into ree-add-collective-pe…

Merge remote-tracking branch 'origin/main' into ree-add-collective-pe… #99

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