Skip to content
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

Add workflow linter #29

Open
2 tasks
TomAugspurger opened this issue Aug 26, 2022 · 0 comments
Open
2 tasks

Add workflow linter #29

TomAugspurger opened this issue Aug 26, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@TomAugspurger
Copy link
Contributor

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 task is an object like mypackage.mymodule:MyClass. Naive users (cough me cough) might accidentally put mypackage.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)

@TomAugspurger TomAugspurger added the enhancement New feature or request label Aug 26, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant