cpp-linter / cpp-linter-action

A Github Action for linting C/C++ code integrating clang-tidy and clang-format to collect feedback provided in the form of file-annotations, thread-comments, workflow step-summary, and Pull Request reviews.

Home Page:https://cpp-linter.github.io/cpp-linter-action/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

generate the "Inputs and Outputs" page using action.yml

2bndy5 opened this issue · comments

I suppose our action.yml could be used to generate the docs' "Inputs and Outputs" page. But I think some metadata (like minimum required version and required token permissions) would not be suitable in the conventional syntax for action.yml.

It is worth a try since it would only be a modification of docs/badge_hook.py.