Skip to content

Add workflow linter #29

@TomAugspurger

Description

@TomAugspurger

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions