@@ -28,9 +28,7 @@ import {
28
28
hasRelationWarnings ,
29
29
EntityRelationWarning ,
30
30
} from '@backstage/plugin-catalog' ;
31
- import {
32
- isGithubActionsAvailable ,
33
- } from '@backstage-community/plugin-github-actions' ;
31
+ import { isGithubActionsAvailable } from '@backstage-community/plugin-github-actions' ;
34
32
import {
35
33
EntityUserProfileCard ,
36
34
EntityGroupProfileCard ,
@@ -59,7 +57,10 @@ import { ReportIssue } from '@backstage/plugin-techdocs-module-addons-contrib';
59
57
import { EntitySonarQubeCard } from '@backstage-community/plugin-sonarqube' ;
60
58
import { EntityGithubInsightsContent } from '@roadiehq/backstage-plugin-github-insights' ;
61
59
import { EntitySecurityInsightsContent } from '@roadiehq/backstage-plugin-security-insights' ;
62
- import { isGithubWorkflowsAvailable , GithubWorkflowsContent } from '@veecode-platform/backstage-plugin-github-workflows'
60
+ import {
61
+ isGithubWorkflowsAvailable ,
62
+ GithubWorkflowsContent ,
63
+ } from '@veecode-platform/backstage-plugin-github-workflows' ;
63
64
64
65
import {
65
66
EntityKubernetesContent ,
@@ -85,7 +86,7 @@ const cicdContent = (
85
86
< EntitySwitch >
86
87
< EntitySwitch . Case if = { isGithubActionsAvailable } >
87
88
{ /* <EntityGithubActionsContent /> */ }
88
- < GithubWorkflowsContent />
89
+ < GithubWorkflowsContent />
89
90
</ EntitySwitch . Case >
90
91
91
92
< EntitySwitch . Case >
@@ -159,7 +160,7 @@ const overviewContent = (
159
160
< EntitySwitch >
160
161
< EntitySwitch . Case if = { isGithubWorkflowsAvailable } >
161
162
< Grid item md = { 12 } xs = { 12 } >
162
- < GithubWorkflowsContent cards />
163
+ < GithubWorkflowsContent cards />
163
164
</ Grid >
164
165
</ EntitySwitch . Case >
165
166
</ EntitySwitch >
0 commit comments