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 gh action #9180

Draft
wants to merge 12 commits into
base: 9082-re-add-prettier
Choose a base branch
from
Draft

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
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