Skip to content

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
@github-actions
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