Skip to content

[Task] Add YAML Formatter to ensure GitHub Actions configuration can be loaded #764

Open
@oliverholworthy

Description

@oliverholworthy

Description

When making changes or adding new GitHub Actions Workflows to our projects. Without a check for valid YAML files, we can end up in situations where we're puzzled about why a workflow doesn't show up as a job in a Pull Request list of Actions.

Adding a YAML formatter, reduces this risk and saves time by preventing formatting errors from showing up in our configuration.

Proposed YAML formatter: Prettier. This one of the most widely used YAML formatters and adopted by tools like the YAML vs Code Extension

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions