Skip to content

Conversation

jazzsequence
Copy link
Contributor

dummy PR to test the Prettier action

@jazzsequence jazzsequence marked this pull request as ready for review August 15, 2024 22:06
@jazzsequence jazzsequence requested a review from a team as a code owner August 15, 2024 22:06
@jazzsequence jazzsequence reopened this Aug 15, 2024
@jazzsequence jazzsequence marked this pull request as draft August 15, 2024 22:07
Copy link

Hi from your friendly robot! 🤖

I've applied Prettier formatting to the following files in 04daac3:

eslint.config.js src/components/callout.js

The full diff is below. Please review the changes.

Click to expand
diff --git a/src/components/callout.js b/src/components/callout.js
index 1b553a243..77e8df628 100644
--- a/src/components/callout.js
+++ b/src/components/callout.js
@@ -1,5 +1,5 @@
-import React from "react"
-import ExternalLink from "./externalLink"
+import React from 'react';
+import ExternalLink from './externalLink';
 
 const Callout = ({ type, children, title, link }) => {
   return (
@@ -9,6 +9,6 @@ const Callout = ({ type, children, title, link }) => {
       </h4>
       {children}
     </div>
-  )
-}
-export default Callout
\ No newline at end of file
+  );
+};
+export default Callout;

@pantheon-systems pantheon-systems deleted a comment from github-actions bot Aug 16, 2024
@rachelwhitton rachelwhitton added the Site - CI Continuous Integration work specific to the docs repo/site itself label Aug 28, 2024
Copy link

Hi from your friendly robot! 🤖

I've applied Prettier formatting to the following files in 4cd5f82:

eslint.config.js src/components/callout.js

The full diff is below. Please review the changes.

Click to expand
diff --git a/src/components/callout.js b/src/components/callout.js
index e00ee86a7..77e8df628 100644
--- a/src/components/callout.js
+++ b/src/components/callout.js
@@ -1,5 +1,5 @@
-import React from "react";
-import ExternalLink from "./externalLink";
+import React from 'react';
+import ExternalLink from './externalLink';
 
 const Callout = ({ type, children, title, link }) => {
   return (
@@ -9,6 +9,6 @@ const Callout = ({ type, children, title, link }) => {
       </h4>
       {children}
     </div>
-  )
-}
+  );
+};
 export default Callout;

@jazzsequence
Copy link
Contributor Author

Closing, the workflow is working as expected.

@rachelwhitton rachelwhitton deleted the break-prettier branch July 2, 2025 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Site - CI Continuous Integration work specific to the docs repo/site itself
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants