You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by jx...@apache.org on 2022/12/15 21:51:46 UTC

[helix] branch master updated: Fix the github action for helix-front CI (#2324)

This is an automated email from the ASF dual-hosted git repository.

jxue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git


The following commit(s) were added to refs/heads/master by this push:
     new 7aa6a37e0 Fix the github action for helix-front CI (#2324)
7aa6a37e0 is described below

commit 7aa6a37e09c3e02dbbc598930dcfae4f74437710
Author: Vivo <hi...@users.noreply.github.com>
AuthorDate: Thu Dec 15 13:51:40 2022 -0800

    Fix the github action for helix-front CI (#2324)
---
 .github/workflows/helix-front.yml                  | 29 ++++++++++++++++------
 helix-front/.prettierignore                        |  2 ++
 helix-front/src/app/app.component.spec.ts          |  4 +--
 .../helix-list/helix-list.component.spec.ts        |  1 -
 .../cluster-detail.component.spec.ts               |  3 ---
 .../cluster-list/cluster-list.component.spec.ts    |  3 ---
 .../src/app/cluster/cluster.component.spec.ts      |  4 +--
 .../config-detail/config-detail.component.spec.ts  |  2 --
 .../controller-detail.component.spec.ts            |  3 ---
 .../history-list/history-list.component.spec.ts    |  3 ---
 .../instance-detail.component.spec.ts              |  3 ---
 .../instance-list/instance-list.component.spec.ts  |  3 ---
 .../partition-detail.component.spec.ts             |  3 ---
 .../partition-list.component.spec.ts               |  2 --
 .../resource-detail-for-instance.component.spec.ts |  3 ---
 .../resource-detail.component.spec.ts              |  3 ---
 .../resource-list/resource-list.component.spec.ts  |  2 --
 .../resource-node-viewer.component.spec.ts         |  3 ---
 .../shared/data-table/data-table.component.spec.ts |  2 --
 .../detail-header/detail-header.component.spec.ts  |  2 --
 .../alert-dialog/alert-dialog.component.spec.ts    |  3 ---
 .../confirm-dialog.component.spec.ts               |  3 ---
 .../input-dialog/input-dialog.component.spec.ts    |  3 ---
 .../disabled-label.component.spec.ts               |  2 --
 .../input-inline/input-inline.component.spec.ts    |  2 --
 .../json-viewer/json-viewer.component.spec.ts      |  2 --
 .../key-value-pairs.component.spec.ts              |  2 --
 .../state-label/state-label.component.spec.ts      |  2 --
 .../job-detail/job-detail.component.spec.ts        |  3 ---
 .../workflow/job-list/job-list.component.spec.ts   |  2 --
 .../workflow-dag/workflow-dag.component.spec.ts    |  3 ---
 .../workflow-detail/workflow-detail.component.html |  5 +---
 .../workflow-detail.component.spec.ts              |  3 ---
 .../workflow-list/workflow-list.component.html     |  2 +-
 .../workflow-list/workflow-list.component.spec.ts  |  3 ---
 35 files changed, 27 insertions(+), 93 deletions(-)

diff --git a/.github/workflows/helix-front.yml b/.github/workflows/helix-front.yml
index b5851b079..961aa0a4a 100644
--- a/.github/workflows/helix-front.yml
+++ b/.github/workflows/helix-front.yml
@@ -1,4 +1,4 @@
-name: helix-front
+name: Helix Front CI
 on:
   pull_request:
     branches: [ master ]
@@ -6,15 +6,28 @@ on:
       - 'helix-front/**'
 
 jobs:
-  test:
-    name: Test helix-front
+  CI:
+    name: helix-front CI
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v1
-      - uses: bahmutov/npm-install@v1
+      - name: Checks-out the repository
+        uses: actions/checkout@v3
+
+      - name: Setup Node environment
+        uses: actions/setup-node@v3
         with:
-          working-directory: helix-front
+          node-version: '16.x'
+          cache: 'yarn'
+          cache-dependency-path: 'helix-front/yarn.lock'
+
+      - name: Install dependencies
+        run: yarn
+        working-directory: helix-front
+
+      - name: Format check
+        run: yarn format:check
+        working-directory: helix-front
 
-      - name: helix-front format:check
-        run: cd helix-front && npm run format:check
+      - name: Build
+        run: yarn prepack
         working-directory: helix-front
diff --git a/helix-front/.prettierignore b/helix-front/.prettierignore
index 712db9e7f..9d3de447a 100644
--- a/helix-front/.prettierignore
+++ b/helix-front/.prettierignore
@@ -5,3 +5,5 @@ node_modules
 target
 package.json
 coverage/
+docs/
+documentation.json
diff --git a/helix-front/src/app/app.component.spec.ts b/helix-front/src/app/app.component.spec.ts
index bb3ff95a4..f3111086d 100644
--- a/helix-front/src/app/app.component.spec.ts
+++ b/helix-front/src/app/app.component.spec.ts
@@ -23,9 +23,7 @@ import { TestingModule } from '../testing/testing.module';
 import { AppComponent } from './app.component';
 
 describe('AppComponent', () => {
-  beforeAll(() => {
-
-  });
+  beforeAll(() => {});
 
   beforeEach(() => {
     TestBed.configureTestingModule({
diff --git a/helix-front/src/app/chooser/helix-list/helix-list.component.spec.ts b/helix-front/src/app/chooser/helix-list/helix-list.component.spec.ts
index 305f514e7..cb785f1e5 100644
--- a/helix-front/src/app/chooser/helix-list/helix-list.component.spec.ts
+++ b/helix-front/src/app/chooser/helix-list/helix-list.component.spec.ts
@@ -17,7 +17,6 @@ describe('HelixListComponent', () => {
   let fixture: ComponentFixture<HelixListComponent>;
 
   beforeEach(() => {
-
     TestBed.configureTestingModule({
       imports: [TestingModule],
       declarations: [HelixListComponent],
diff --git a/helix-front/src/app/cluster/cluster-detail/cluster-detail.component.spec.ts b/helix-front/src/app/cluster/cluster-detail/cluster-detail.component.spec.ts
index 0f72dd76c..dc4a9fe8a 100644
--- a/helix-front/src/app/cluster/cluster-detail/cluster-detail.component.spec.ts
+++ b/helix-front/src/app/cluster/cluster-detail/cluster-detail.component.spec.ts
@@ -17,9 +17,6 @@ describe('ClusterDetailComponent', () => {
   let fixture: ComponentFixture<ClusterDetailComponent>;
 
   beforeEach(() => {
-
-
-
     TestBed.configureTestingModule({
       imports: [TestingModule],
       declarations: [ClusterDetailComponent],
diff --git a/helix-front/src/app/cluster/cluster-list/cluster-list.component.spec.ts b/helix-front/src/app/cluster/cluster-list/cluster-list.component.spec.ts
index 31d9d6de9..524d57cb1 100644
--- a/helix-front/src/app/cluster/cluster-list/cluster-list.component.spec.ts
+++ b/helix-front/src/app/cluster/cluster-list/cluster-list.component.spec.ts
@@ -17,9 +17,6 @@ describe('ClusterListComponent', () => {
   let fixture: ComponentFixture<ClusterListComponent>;
 
   beforeEach(() => {
-
-
-
     TestBed.configureTestingModule({
       imports: [TestingModule],
       declarations: [ClusterListComponent],
diff --git a/helix-front/src/app/cluster/cluster.component.spec.ts b/helix-front/src/app/cluster/cluster.component.spec.ts
index 1cbdae332..aabaa707f 100644
--- a/helix-front/src/app/cluster/cluster.component.spec.ts
+++ b/helix-front/src/app/cluster/cluster.component.spec.ts
@@ -35,9 +35,7 @@ describe('ClusterComponent', () => {
   let component: ClusterComponent;
   let fixture: ComponentFixture<ClusterComponent>;
 
-  beforeAll(() => {
-
-  });
+  beforeAll(() => {});
 
   beforeEach(() => {
     TestBed.configureTestingModule({
diff --git a/helix-front/src/app/configuration/config-detail/config-detail.component.spec.ts b/helix-front/src/app/configuration/config-detail/config-detail.component.spec.ts
index 170b383a7..df2499811 100644
--- a/helix-front/src/app/configuration/config-detail/config-detail.component.spec.ts
+++ b/helix-front/src/app/configuration/config-detail/config-detail.component.spec.ts
@@ -17,8 +17,6 @@ describe('ConfigDetailComponent', () => {
   let fixture: ComponentFixture<ConfigDetailComponent>;
 
   beforeEach(() => {
-
-
     TestBed.configureTestingModule({
       imports: [TestingModule, HttpClientTestingModule],
       declarations: [ConfigDetailComponent],
diff --git a/helix-front/src/app/controller/controller-detail/controller-detail.component.spec.ts b/helix-front/src/app/controller/controller-detail/controller-detail.component.spec.ts
index 01d798309..24e27632c 100644
--- a/helix-front/src/app/controller/controller-detail/controller-detail.component.spec.ts
+++ b/helix-front/src/app/controller/controller-detail/controller-detail.component.spec.ts
@@ -18,9 +18,6 @@ describe('ControllerDetailComponent', () => {
   let fixture: ComponentFixture<ControllerDetailComponent>;
 
   beforeEach(() => {
-
-
-
     TestBed.configureTestingModule({
       imports: [HttpClientTestingModule, RouterTestingModule],
       declarations: [ControllerDetailComponent],
diff --git a/helix-front/src/app/history/history-list/history-list.component.spec.ts b/helix-front/src/app/history/history-list/history-list.component.spec.ts
index 04d048748..605948595 100644
--- a/helix-front/src/app/history/history-list/history-list.component.spec.ts
+++ b/helix-front/src/app/history/history-list/history-list.component.spec.ts
@@ -18,9 +18,6 @@ describe('HistoryListComponent', () => {
   let fixture: ComponentFixture<HistoryListComponent>;
 
   beforeEach(() => {
-
-
-
     TestBed.configureTestingModule({
       imports: [HttpClientModule, RouterTestingModule],
       declarations: [HistoryListComponent],
diff --git a/helix-front/src/app/instance/instance-detail/instance-detail.component.spec.ts b/helix-front/src/app/instance/instance-detail/instance-detail.component.spec.ts
index 905faa1b9..69c70de44 100644
--- a/helix-front/src/app/instance/instance-detail/instance-detail.component.spec.ts
+++ b/helix-front/src/app/instance/instance-detail/instance-detail.component.spec.ts
@@ -17,9 +17,6 @@ describe('InstanceDetailComponent', () => {
   let fixture: ComponentFixture<InstanceDetailComponent>;
 
   beforeEach(() => {
-
-
-
     TestBed.configureTestingModule({
       imports: [TestingModule],
       declarations: [InstanceDetailComponent],
diff --git a/helix-front/src/app/instance/instance-list/instance-list.component.spec.ts b/helix-front/src/app/instance/instance-list/instance-list.component.spec.ts
index 8a26cf1c4..5e958aa8a 100644
--- a/helix-front/src/app/instance/instance-list/instance-list.component.spec.ts
+++ b/helix-front/src/app/instance/instance-list/instance-list.component.spec.ts
@@ -17,9 +17,6 @@ describe('InstanceListComponent', () => {
   let fixture: ComponentFixture<InstanceListComponent>;
 
   beforeEach(() => {
-
-
-
     TestBed.configureTestingModule({
       imports: [RouterTestingModule],
       declarations: [InstanceListComponent],
diff --git a/helix-front/src/app/resource/partition-detail/partition-detail.component.spec.ts b/helix-front/src/app/resource/partition-detail/partition-detail.component.spec.ts
index 6a5f5b4a2..11f94ddab 100644
--- a/helix-front/src/app/resource/partition-detail/partition-detail.component.spec.ts
+++ b/helix-front/src/app/resource/partition-detail/partition-detail.component.spec.ts
@@ -16,9 +16,6 @@ describe('PartitionDetailComponent', () => {
   let fixture: ComponentFixture<PartitionDetailComponent>;
 
   beforeEach(() => {
-
-
-
     TestBed.configureTestingModule({
       declarations: [PartitionDetailComponent],
       schemas: [
diff --git a/helix-front/src/app/resource/partition-list/partition-list.component.spec.ts b/helix-front/src/app/resource/partition-list/partition-list.component.spec.ts
index 4fa848904..64a4ae6f7 100644
--- a/helix-front/src/app/resource/partition-list/partition-list.component.spec.ts
+++ b/helix-front/src/app/resource/partition-list/partition-list.component.spec.ts
@@ -17,8 +17,6 @@ describe('PartitionListComponent', () => {
   let fixture: ComponentFixture<PartitionListComponent>;
 
   beforeEach(() => {
-
-
     TestBed.configureTestingModule({
       imports: [TestingModule],
       providers: [ResourceService],
diff --git a/helix-front/src/app/resource/resource-detail-for-instance/resource-detail-for-instance.component.spec.ts b/helix-front/src/app/resource/resource-detail-for-instance/resource-detail-for-instance.component.spec.ts
index e7f3f6fb5..1c2570e46 100644
--- a/helix-front/src/app/resource/resource-detail-for-instance/resource-detail-for-instance.component.spec.ts
+++ b/helix-front/src/app/resource/resource-detail-for-instance/resource-detail-for-instance.component.spec.ts
@@ -19,9 +19,6 @@ describe('ResourceDetailForInstanceComponent', () => {
   let fixture: ComponentFixture<ResourceDetailForInstanceComponent>;
 
   beforeEach(() => {
-
-
-
     TestBed.configureTestingModule({
       imports: [HttpClientModule, RouterTestingModule],
       declarations: [ResourceDetailForInstanceComponent],
diff --git a/helix-front/src/app/resource/resource-detail/resource-detail.component.spec.ts b/helix-front/src/app/resource/resource-detail/resource-detail.component.spec.ts
index 7a522cbf8..260994169 100644
--- a/helix-front/src/app/resource/resource-detail/resource-detail.component.spec.ts
+++ b/helix-front/src/app/resource/resource-detail/resource-detail.component.spec.ts
@@ -18,9 +18,6 @@ describe('ResourceDetailComponent', () => {
   let fixture: ComponentFixture<ResourceDetailComponent>;
 
   beforeEach(() => {
-
-
-
     TestBed.configureTestingModule({
       imports: [TestingModule],
       providers: [ResourceService],
diff --git a/helix-front/src/app/resource/resource-list/resource-list.component.spec.ts b/helix-front/src/app/resource/resource-list/resource-list.component.spec.ts
index 03a712d6d..95de0f181 100644
--- a/helix-front/src/app/resource/resource-list/resource-list.component.spec.ts
+++ b/helix-front/src/app/resource/resource-list/resource-list.component.spec.ts
@@ -17,8 +17,6 @@ describe('ResourceListComponent', () => {
   let fixture: ComponentFixture<ResourceListComponent>;
 
   beforeEach(() => {
-
-
     TestBed.configureTestingModule({
       imports: [TestingModule],
       declarations: [ResourceListComponent],
diff --git a/helix-front/src/app/resource/resource-node-viewer/resource-node-viewer.component.spec.ts b/helix-front/src/app/resource/resource-node-viewer/resource-node-viewer.component.spec.ts
index 62b33beaa..3998f9f55 100644
--- a/helix-front/src/app/resource/resource-node-viewer/resource-node-viewer.component.spec.ts
+++ b/helix-front/src/app/resource/resource-node-viewer/resource-node-viewer.component.spec.ts
@@ -18,9 +18,6 @@ describe('ResourceNodeViewerComponent', () => {
   let fixture: ComponentFixture<ResourceNodeViewerComponent>;
 
   beforeEach(() => {
-
-
-
     TestBed.configureTestingModule({
       imports: [TestingModule],
       declarations: [ResourceNodeViewerComponent],
diff --git a/helix-front/src/app/shared/data-table/data-table.component.spec.ts b/helix-front/src/app/shared/data-table/data-table.component.spec.ts
index e510e5f0e..f554ea8ec 100644
--- a/helix-front/src/app/shared/data-table/data-table.component.spec.ts
+++ b/helix-front/src/app/shared/data-table/data-table.component.spec.ts
@@ -16,8 +16,6 @@ describe('DataTableComponent', () => {
   let fixture: ComponentFixture<DataTableComponent>;
 
   beforeEach(() => {
-
-
     TestBed.configureTestingModule({
       imports: [TestingModule],
       declarations: [DataTableComponent],
diff --git a/helix-front/src/app/shared/detail-header/detail-header.component.spec.ts b/helix-front/src/app/shared/detail-header/detail-header.component.spec.ts
index 284b8b048..595f5f619 100644
--- a/helix-front/src/app/shared/detail-header/detail-header.component.spec.ts
+++ b/helix-front/src/app/shared/detail-header/detail-header.component.spec.ts
@@ -16,8 +16,6 @@ describe('DetailHeaderComponent', () => {
   let fixture: ComponentFixture<DetailHeaderComponent>;
 
   beforeEach(() => {
-
-
     TestBed.configureTestingModule({
       declarations: [DetailHeaderComponent],
       imports: [HttpClientTestingModule],
diff --git a/helix-front/src/app/shared/dialog/alert-dialog/alert-dialog.component.spec.ts b/helix-front/src/app/shared/dialog/alert-dialog/alert-dialog.component.spec.ts
index 2994e436c..aa85886d0 100644
--- a/helix-front/src/app/shared/dialog/alert-dialog/alert-dialog.component.spec.ts
+++ b/helix-front/src/app/shared/dialog/alert-dialog/alert-dialog.component.spec.ts
@@ -15,9 +15,6 @@ describe('AlertDialogComponent', () => {
   let fixture: ComponentFixture<AlertDialogComponent>;
 
   beforeEach(() => {
-
-
-
     TestBed.configureTestingModule({
       declarations: [AlertDialogComponent],
     }).compileComponents();
diff --git a/helix-front/src/app/shared/dialog/confirm-dialog/confirm-dialog.component.spec.ts b/helix-front/src/app/shared/dialog/confirm-dialog/confirm-dialog.component.spec.ts
index 23c55bfc8..1b1e29b9e 100644
--- a/helix-front/src/app/shared/dialog/confirm-dialog/confirm-dialog.component.spec.ts
+++ b/helix-front/src/app/shared/dialog/confirm-dialog/confirm-dialog.component.spec.ts
@@ -15,9 +15,6 @@ describe('ConfirmDialogComponent', () => {
   let fixture: ComponentFixture<ConfirmDialogComponent>;
 
   beforeEach(() => {
-
-
-
     TestBed.configureTestingModule({
       declarations: [ConfirmDialogComponent],
     }).compileComponents();
diff --git a/helix-front/src/app/shared/dialog/input-dialog/input-dialog.component.spec.ts b/helix-front/src/app/shared/dialog/input-dialog/input-dialog.component.spec.ts
index a543db866..5dccd8e9f 100644
--- a/helix-front/src/app/shared/dialog/input-dialog/input-dialog.component.spec.ts
+++ b/helix-front/src/app/shared/dialog/input-dialog/input-dialog.component.spec.ts
@@ -15,9 +15,6 @@ describe('InputDialogComponent', () => {
   let fixture: ComponentFixture<InputDialogComponent>;
 
   beforeEach(() => {
-
-
-
     TestBed.configureTestingModule({
       declarations: [InputDialogComponent],
     }).compileComponents();
diff --git a/helix-front/src/app/shared/disabled-label/disabled-label.component.spec.ts b/helix-front/src/app/shared/disabled-label/disabled-label.component.spec.ts
index bf0020224..a13bbc391 100644
--- a/helix-front/src/app/shared/disabled-label/disabled-label.component.spec.ts
+++ b/helix-front/src/app/shared/disabled-label/disabled-label.component.spec.ts
@@ -14,8 +14,6 @@ describe('DisabledLabelComponent', () => {
   let fixture: ComponentFixture<DisabledLabelComponent>;
 
   beforeEach(() => {
-
-
     TestBed.configureTestingModule({
       declarations: [DisabledLabelComponent],
     }).compileComponents();
diff --git a/helix-front/src/app/shared/input-inline/input-inline.component.spec.ts b/helix-front/src/app/shared/input-inline/input-inline.component.spec.ts
index 94e249662..6bfeab2bc 100644
--- a/helix-front/src/app/shared/input-inline/input-inline.component.spec.ts
+++ b/helix-front/src/app/shared/input-inline/input-inline.component.spec.ts
@@ -16,8 +16,6 @@ describe('InputInlineComponent', () => {
   let fixture: ComponentFixture<InputInlineComponent>;
 
   beforeEach(() => {
-
-
     TestBed.configureTestingModule({
       declarations: [InputInlineComponent],
       imports: [HttpClientTestingModule],
diff --git a/helix-front/src/app/shared/json-viewer/json-viewer.component.spec.ts b/helix-front/src/app/shared/json-viewer/json-viewer.component.spec.ts
index d70e5ba53..cf52e83bd 100644
--- a/helix-front/src/app/shared/json-viewer/json-viewer.component.spec.ts
+++ b/helix-front/src/app/shared/json-viewer/json-viewer.component.spec.ts
@@ -15,8 +15,6 @@ describe('JsonViewerComponent', () => {
   let fixture: ComponentFixture<JsonViewerComponent>;
 
   beforeEach(() => {
-
-
     TestBed.configureTestingModule({
       imports: [RouterTestingModule],
       declarations: [JsonViewerComponent],
diff --git a/helix-front/src/app/shared/key-value-pairs/key-value-pairs.component.spec.ts b/helix-front/src/app/shared/key-value-pairs/key-value-pairs.component.spec.ts
index db7df4dac..ffd159ed3 100644
--- a/helix-front/src/app/shared/key-value-pairs/key-value-pairs.component.spec.ts
+++ b/helix-front/src/app/shared/key-value-pairs/key-value-pairs.component.spec.ts
@@ -14,8 +14,6 @@ describe('KeyValuePairsComponent', () => {
   let fixture: ComponentFixture<KeyValuePairsComponent>;
 
   beforeEach(() => {
-
-
     TestBed.configureTestingModule({
       declarations: [KeyValuePairsComponent],
     }).compileComponents();
diff --git a/helix-front/src/app/shared/state-label/state-label.component.spec.ts b/helix-front/src/app/shared/state-label/state-label.component.spec.ts
index f46262a94..70cdb593e 100644
--- a/helix-front/src/app/shared/state-label/state-label.component.spec.ts
+++ b/helix-front/src/app/shared/state-label/state-label.component.spec.ts
@@ -15,8 +15,6 @@ describe('StateLabelComponent', () => {
   let fixture: ComponentFixture<StateLabelComponent>;
 
   beforeEach(() => {
-
-
     TestBed.configureTestingModule({
       declarations: [StateLabelComponent],
       imports: [HttpClientTestingModule],
diff --git a/helix-front/src/app/workflow/job-detail/job-detail.component.spec.ts b/helix-front/src/app/workflow/job-detail/job-detail.component.spec.ts
index 9ce821059..8a151f9a4 100644
--- a/helix-front/src/app/workflow/job-detail/job-detail.component.spec.ts
+++ b/helix-front/src/app/workflow/job-detail/job-detail.component.spec.ts
@@ -21,9 +21,6 @@ describe('JobDetailComponent', () => {
   let fixture: ComponentFixture<JobDetailComponent>;
 
   beforeEach(() => {
-
-
-
     TestBed.configureTestingModule({
       imports: [TestingModule],
       providers: [
diff --git a/helix-front/src/app/workflow/job-list/job-list.component.spec.ts b/helix-front/src/app/workflow/job-list/job-list.component.spec.ts
index 1e00029e9..59b7e73d5 100644
--- a/helix-front/src/app/workflow/job-list/job-list.component.spec.ts
+++ b/helix-front/src/app/workflow/job-list/job-list.component.spec.ts
@@ -18,8 +18,6 @@ describe('JobListComponent', () => {
   let fixture: ComponentFixture<JobListComponent>;
 
   beforeEach(() => {
-
-
     TestBed.configureTestingModule({
       imports: [TestingModule],
       declarations: [JobListComponent],
diff --git a/helix-front/src/app/workflow/workflow-dag/workflow-dag.component.spec.ts b/helix-front/src/app/workflow/workflow-dag/workflow-dag.component.spec.ts
index 5ba587741..0761471b5 100644
--- a/helix-front/src/app/workflow/workflow-dag/workflow-dag.component.spec.ts
+++ b/helix-front/src/app/workflow/workflow-dag/workflow-dag.component.spec.ts
@@ -18,9 +18,6 @@ describe('WorkflowDagComponent', () => {
   let fixture: ComponentFixture<WorkflowDagComponent>;
 
   beforeEach(() => {
-
-
-
     TestBed.configureTestingModule({
       imports: [TestingModule],
       declarations: [WorkflowDagComponent],
diff --git a/helix-front/src/app/workflow/workflow-detail/workflow-detail.component.html b/helix-front/src/app/workflow/workflow-detail/workflow-detail.component.html
index fd0cdd090..5cd610899 100644
--- a/helix-front/src/app/workflow/workflow-detail/workflow-detail.component.html
+++ b/helix-front/src/app/workflow/workflow-detail/workflow-detail.component.html
@@ -79,10 +79,7 @@
     fxLayoutGap="10px"
     fxFlexFill
   >
-    <mat-button-toggle-group
-      #group="matButtonToggleGroup"
-      [value]="'list'"
-    >
+    <mat-button-toggle-group #group="matButtonToggleGroup" [value]="'list'">
       <mat-button-toggle *ngIf="!workflow.isJobQueue" value="graph">
         Graph View
       </mat-button-toggle>
diff --git a/helix-front/src/app/workflow/workflow-detail/workflow-detail.component.spec.ts b/helix-front/src/app/workflow/workflow-detail/workflow-detail.component.spec.ts
index 3dfd0efea..194fd036e 100644
--- a/helix-front/src/app/workflow/workflow-detail/workflow-detail.component.spec.ts
+++ b/helix-front/src/app/workflow/workflow-detail/workflow-detail.component.spec.ts
@@ -18,9 +18,6 @@ describe('WorkflowDetailComponent', () => {
   let fixture: ComponentFixture<WorkflowDetailComponent>;
 
   beforeEach(() => {
-
-
-
     TestBed.configureTestingModule({
       imports: [TestingModule],
       providers: [WorkflowService],
diff --git a/helix-front/src/app/workflow/workflow-list/workflow-list.component.html b/helix-front/src/app/workflow/workflow-list/workflow-list.component.html
index 595c53e12..f85861c1b 100644
--- a/helix-front/src/app/workflow/workflow-list/workflow-list.component.html
+++ b/helix-front/src/app/workflow/workflow-list/workflow-list.component.html
@@ -45,7 +45,7 @@
           [canAutoResize]="true"
         >
           <ng-template let-row="row" ngx-datatable-cell-template>
-            <a routerLink="{{row.name}}">{{row.name}}</a>
+            <a routerLink="{{ row.name }}">{{ row.name }}</a>
           </ng-template>
         </ngx-datatable-column>
         <ngx-datatable-row-detail rowHeight="auto">
diff --git a/helix-front/src/app/workflow/workflow-list/workflow-list.component.spec.ts b/helix-front/src/app/workflow/workflow-list/workflow-list.component.spec.ts
index 59ad06b42..f32a680a5 100644
--- a/helix-front/src/app/workflow/workflow-list/workflow-list.component.spec.ts
+++ b/helix-front/src/app/workflow/workflow-list/workflow-list.component.spec.ts
@@ -19,9 +19,6 @@ describe('WorkflowListComponent', () => {
   let fixture: ComponentFixture<WorkflowListComponent>;
 
   beforeEach(() => {
-
-
-
     TestBed.configureTestingModule({
       imports: [HttpClientTestingModule, RouterTestingModule],
       declarations: [WorkflowListComponent],