Validate used action's with:
clause
#56
Labels
pr-welcome
This would be a good fix/feature, but the maintainer isn't planning on doing the work
with:
clause
#56
Following validation of existence of an action and tag, I think it would be awesome if the validator grabbed
action.yml
and validated thewith:
block for required values. This would allow us to detect typos or mis-configurations early, especially in workflow_call and similar situations. Similarly forworkflow_call
situations, theinputs:
could be checked forrequired
andtype
inconsistencies in the callingwith:
block.Additionally there could be a warning emitted if the default matches a provided value, but this is probably controversial, so might be worth treating it as a separate issue/enhancement.
cc @award28 FYI
The text was updated successfully, but these errors were encountered: