Skip to content

Release v5.0.1 (manual) #2523

Release v5.0.1 (manual)

Release v5.0.1 (manual) #2523

Workflow file for this run

name: DoxygenCheck
on:
push:
branches: [master]
pull_request:
jobs:
check:
runs-on: ubuntu-20.04
name: Doxygen Check
steps:
- uses: actions/checkout@v2
- name: Set up Python 3.9
uses: actions/setup-python@v1
with:
python-version: 3.9
- name: Install doxygen
run: sudo apt-get install doxygen
- name: Check doxygen
run: |
# Set error mode. Makes bash bail on first non-zero exit code
set -e
python3 scripts/doxygen_ci.py --fail-with-warnings