Skip to content

test: prettier format example yml workflows#1386

Merged
jennifer-shehane merged 1 commit intocypress-io:masterfrom
MikeMcC399:yaml-format-examples
Mar 7, 2025
Merged

test: prettier format example yml workflows#1386
jennifer-shehane merged 1 commit intocypress-io:masterfrom
MikeMcC399:yaml-format-examples

Conversation

@MikeMcC399
Copy link
Copy Markdown
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
Copy Markdown

@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
Copy Markdown
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
@github-actions
Copy link
Copy Markdown

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