-
Notifications
You must be signed in to change notification settings - Fork 669
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
test prettier gh action #9180
Conversation
2adb094
to
956a63e
Compare
c33a976
to
bf4f5e1
Compare
Hi from your friendly robot! 🤖 I've applied Prettier formatting to the following files in 04daac3:
The full diff is below. Please review the changes. Click to expanddiff --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; |
Hi from your friendly robot! 🤖 I've applied Prettier formatting to the following files in 4cd5f82:
The full diff is below. Please review the changes. Click to expanddiff --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; |
Closing, the workflow is working as expected. |
dummy PR to test the Prettier action