-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
generate inputs-outputs doc #216
Conversation
I added some changes to the python scripts in docs/ that will emit warning/error annotations about differences in action.yml vs docs/action.yml. As stated in f94df13 commit message:
New IO contributions to the action.yml (like in #213) will see an annotation saying docs/action.yml needs updating. For those that can't see our drafted releases, they can simply add # in docs/action.yml
inputs:
# ...
jobs:
minimum-version: latest And we can adjust it from main before deploying the release. |
This is just some future proofing. The GH warning-annotations will notify new contributions that certain fields are missing. In a way, this kind of lints action.yml and docs/action.yml (specifically for our usage).
Cpp-Linter Report
|
I see the updated test CI had no problems with the changes in this branch 🎉 |
Does the same thing as #210 without maligning action.yml