Skip to content

Log videos using 0.19 #3

Log videos using 0.19

Log videos using 0.19 #3

Workflow file for this run

# Copied from https://github.com/rerun-io/rerun_template
on:
push:
branches:
- "main"
pull_request:
types: [ opened, synchronize ]
name: C++
jobs:
python-check:
name: Python
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
with:
pixi-version: v0.19.0
cache: true
- run: pixi run py-fmt-check
- run: pixi run py-lint