Skip to content

Allow Unicode-3.0 license #98

Allow Unicode-3.0 license

Allow Unicode-3.0 license #98

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/setup-pixi@v0.8.1
with:
pixi-version: v0.26.1
cache: true
- run: pixi run py-fmt-check
- run: pixi run py-lint