Skip to content

update remaining 0.11.0 refs #105

update remaining 0.11.0 refs

update remaining 0.11.0 refs #105

Workflow file for this run

name: doc-check
on:
push:
branches: [dev, main]
pull_request:
branches: [dev, main]
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
doxygen:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: |
sudo apt-get update -y
sudo apt-get install -y doxygen
- name: Run doc-check script
# Run explicitly with bash so the step doesn't fail if the file lacks
# executable permissions on the runner (permission denied previously).
run: bash ./scripts/doccheck.sh