no_static_errors

Check that there are no static errors.

Arguments

NameTypeDescriptionRequired

path_to_file

string

Path to the file to check for static errors.

instruction

string

Additional instructions for checking static errors.

Example

- name: no_static_errors
  arguments:
    path_to_file: <path-to-your-file>
    instruction: <additional-instructions>

Last updated