Skip to content

WIP: [ouster] support for IMU data and pcap file format #45

WIP: [ouster] support for IMU data and pcap file format

WIP: [ouster] support for IMU data and pcap file format #45

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