Skip to content

Remove LGPL reference from doxygen docs (#52) #34

Remove LGPL reference from doxygen docs (#52)

Remove LGPL reference from doxygen docs (#52) #34

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
timeout-minutes: 10
steps:
- uses: actions/checkout@v2
with:
submodules: 'recursive'
- uses: mattnotmitt/[email protected]
with:
doxyfile-path: 'docs/Doxyfile'