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

build: automatically format action.yml #1376

Merged
merged 1 commit into from
Feb 27, 2025

Conversation

MikeMcC399
Copy link
Collaborator

Situation

  • The core file action.yml has an inconsistent use of quotes.
  • It is not included in the automatic formatting of core action files.

Change

Add action.yml to

One use of double quotes in action.yml is automatically corrected to standard single quote usage.

github-action/action.yml

Lines 93 to 96 in 013dd06

component:
description: "Lets the action know that Cypress is running component tests and not e2e tests"
required: false
default: false

"singleQuote": true,

Verification

Ubuntu 22.04.2 LTS, Node.js 22.14.0 LTS

Execute

git clean -xfd
npm ci
npm run format
npm run build
git status

and confirm that there are no uncommitted changes.

@cypress-app-bot
Copy link

@MikeMcC399 MikeMcC399 marked this pull request as ready for review February 27, 2025 15:14
@MikeMcC399 MikeMcC399 added the ci label Feb 27, 2025
@MikeMcC399 MikeMcC399 self-assigned this Feb 27, 2025
@jennifer-shehane jennifer-shehane merged commit f4747db into cypress-io:master Feb 27, 2025
75 checks passed
@MikeMcC399 MikeMcC399 deleted the format/action.yml branch February 27, 2025 15:38
Copy link

🎉 This PR is included in version 6.7.14 🎉

The release is available on:

Your semantic-release bot 📦🚀

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