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