-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
We should have a linter that validates workflows files, checking for common mistakes prior to submission.
- verify
taskis an object likemypackage.mymodule:MyClass. Naive users (cough me cough) might accidentally putmypackage.mymodule.MyClass(using a.instead of a:) - verify that the image has certain runtime properties (e.g.
pctasks.*installed). https://github.com/NVIDIA/container-canary might be a nice tool to use here.
(feel free to add more requests here)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request