Skip to content

Still towards 1.0

Still towards 1.0 #47

Workflow file for this run

name: 'Testing'
on:
pull_request:
push:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- name: Checkout (GitHub)
uses: actions/checkout@v3
- name: Build and run Dev Container task
uses: devcontainers/[email protected]
with:
runCmd: |
black --check --verbose interfaces/*/bin/*[!.odvd]
black --check --verbose sdks/python --extend-exclude _pb2.py
pytest -vv sdks/python/tests