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

test: prettier format example yml workflows #1386

Merged

Conversation

MikeMcC399
Copy link
Collaborator

@MikeMcC399 MikeMcC399 commented Mar 6, 2025

Situation

  • There are no linting or formatting checks carried out on *.yml workflow files which are included in the .github/workflows directory.

  • Prettier supports YAML formatting and is available for use in the repo.

Change

To ensure consistent YAML workflow source formatting as part of an overall effort to increase linting coverage in the repo:

npx prettier --write ".github/workflows/**/*.yml"

The changes are to white-space only.

@cypress-app-bot
Copy link

@MikeMcC399 MikeMcC399 marked this pull request as ready for review March 6, 2025 08:45
@MikeMcC399 MikeMcC399 force-pushed the yaml-format-examples branch from 8110421 to 2108d0d Compare March 6, 2025 14:41
Copy link
Member

@jennifer-shehane jennifer-shehane left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@jennifer-shehane jennifer-shehane merged commit fc2e1ee into cypress-io:master Mar 7, 2025
147 checks passed
Copy link

github-actions bot commented Mar 7, 2025

🎉 This PR is included in version 6.7.15 🎉

The release is available on:

Your semantic-release bot 📦🚀

@MikeMcC399 MikeMcC399 deleted the yaml-format-examples branch March 7, 2025 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants