Spaces:
Sleeping
Sleeping
File size: 377 Bytes
344c16f |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
# 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/[email protected]
with:
pixi-version: v0.19.0
cache: true
- run: pixi run build
- run: pixi run cpp-fmt-check
|