Skip to content

Commit ac8ae35

Browse files
committed
feat(ci): Add doxygen to code quality workflow
Signed-off-by: Aras Ashraf Gandomi <aras.gandomi@gmail.com>
1 parent b6d20ee commit ac8ae35

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/code-quality.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,13 @@ jobs:
1717
fetch-depth: 0
1818
submodules: recursive
1919
- run: make format-check
20+
21+
doxygen:
22+
runs-on: ubuntu-latest
23+
container: baoproject/bao:latest
24+
steps:
25+
- uses: actions/checkout@v4
26+
with:
27+
fetch-depth: 0
28+
submodules: recursive
29+
- run: doxygen

0 commit comments

Comments
 (0)