linuxdeepin/Document check

An action to check document

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Dec 13, 2023
License
None

Pinned Snippet

workflow.ymlSHA-pinned
uses: linuxdeepin/action-doxygencheck@cd97488be0e659569e972b780fdc114270543ac4 # no releases — HEAD as of 2026-07-11

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
pullRequestIdpull request idyes
checkKindkind to checknoall
checkScopecomma-separated list of item scopes to includepublic
checkedSuffixwhich file suffix will be checked.cpp,.h,.c,.hpp,.cxx,.hxx
installDependsinstall all build dependsnofalse
installCoverxygeninstall coverxygennotrue
installDoxygeninstall doxygennotrue
setFailedset action failed or not while can't pass checktrue
genDocCommandcommand to gen documentnocmake -Bbuild -DDOXYGEN_GENERATE_XML=1 . cmake --build build --target doxygen python3 -m coverxygen --xml-dir=./build/docs/xml --src-dir . --format json --kind $CHECK_KIND --scope $CHECK_SCOPE --output $CHECK_RES

no outputs