You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: