Skip to content

Commit 8b77ac4

Browse files
committed
chore: Update webui GH Actions workflow job names
1 parent d79a443 commit 8b77ac4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/webui.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ on:
88

99
jobs:
1010
setup:
11+
name: Setup environment
1112
permissions:
1213
contents: read
1314

@@ -40,6 +41,7 @@ jobs:
4041

4142
check:
4243
needs: setup
44+
name: Run type checking and linting
4345
permissions:
4446
contents: read
4547

@@ -68,6 +70,7 @@ jobs:
6870

6971
build:
7072
needs: check
73+
name: Build application
7174
permissions:
7275
contents: read
7376

@@ -96,6 +99,7 @@ jobs:
9699

97100
storybook:
98101
needs: build
102+
name: Run Storybook tests
99103
permissions:
100104
contents: read
101105

0 commit comments

Comments
 (0)