Skip to content

fix generate_changelog.py #100

fix generate_changelog.py

fix generate_changelog.py #100

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:
cpp-check:
name: C++
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 build
- run: pixi run cpp-fmt-check