Skip to content

Build documentation with breathe #714

Build documentation with breathe

Build documentation with breathe #714

Workflow file for this run

name: Code Lint
on:
push: { branches: [ "master" ] }
pull_request: { branches: [ "master" ] }
concurrency:
group: lint-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-24.04
strategy:
matrix:
task: ["codespell", "compiler-warnings-clang", "compiler-warnings-gcc"]
steps:
- uses: actions/checkout@v4
with: { submodules: recursive }
- uses: prefix-dev/[email protected]
with: { pixi-version: v0.30.0 }
- run: pixi run -e dev ${{ matrix.task }}