We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
webui
1 parent d79a443 commit 8b77ac4Copy full SHA for 8b77ac4
.github/workflows/webui.yml
@@ -8,6 +8,7 @@ on:
8
9
jobs:
10
setup:
11
+ name: Setup environment
12
permissions:
13
contents: read
14
@@ -40,6 +41,7 @@ jobs:
40
41
42
check:
43
needs: setup
44
+ name: Run type checking and linting
45
46
47
@@ -68,6 +70,7 @@ jobs:
68
70
69
71
build:
72
needs: check
73
+ name: Build application
74
75
76
@@ -96,6 +99,7 @@ jobs:
96
99
97
100
storybook:
98
101
needs: build
102
+ name: Run Storybook tests
103
104
105
0 commit comments