Skip to content

Linter, Test fixes, and Container Updates #211

Linter, Test fixes, and Container Updates

Linter, Test fixes, and Container Updates #211

Workflow file for this run

name: ci-tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run tests
run: make lint/py tests/py