Skip to content
This repository was archived by the owner on Jul 27, 2026. It is now read-only.

Add deprecation notice #144

Add deprecation notice

Add deprecation notice #144

Workflow file for this run

# Copied from https://github.com/rerun-io/rerun_template
on: [push, pull_request]
name: C++
jobs:
cpp-check:
name: C++
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/setup-pixi@v0.8.1
with:
pixi-version: v0.49.0
cache: true
- run: pixi run cpp-fmt-check
- run: pixi run build