Skip to content

Configure Sweep

Configure Sweep #229

name: Documentation coverage
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
build:
name: Documentation coverage
runs-on: ubuntu-latest
steps:
- name: Checkout submodules
uses: actions/checkout@v3
- name: Install doxygen styles
run: git submodule update --init lib/doxygen-awesome-css
- name: Doxygen Action
uses: mattnotmitt/[email protected]
with:
doxyfile-path: "./Doxyfile"
working-directory: "."