Skip to content

Refuse to reduce if global array is empty (send_counts all 0) (#726) #2468

Refuse to reduce if global array is empty (send_counts all 0) (#726)

Refuse to reduce if global array is empty (send_counts all 0) (#726) #2468

Workflow file for this run

name: Doxygen Check
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
doxygen-check:
name: Doxygen Check
runs-on: ubuntu-latest
container:
image: "ghcr.io/kamping-site/kamping-ci:2024.2"
steps:
- uses: actions/[email protected]
with:
submodules: 'recursive'
- name: version
run: doxygen --version
- name: cmake
run: cmake -B build
- name: run-doxygen
run: cmake --build build/ --target docs