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

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

Open
oliverholworthy opened this issue Dec 14, 2022 · 0 comments
Assignees
Labels
Milestone

Comments

@oliverholworthy
Copy link
Member

oliverholworthy commented Dec 14, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants