Skip to content

Template tools: Validate scripts generated by template #85

Description

@HenrikBengtsson

Bash scripts can be validated using:

  • bash -n <file>
  • ShellCheck

IDEA:

  • Identify whether a script is a Bash script or not by inspecting the shebang. Then run it through bash -n <file> to validate it syntactically.
  • Validate template already when setting up the plan.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions