Commit eb8a254 1 parent 274c5c1 commit eb8a254 Copy full SHA for eb8a254
File tree 1 file changed +1
-20
lines changed
1 file changed +1
-20
lines changed Original file line number Diff line number Diff line change 35
35
- name : Build Storybook docs
36
36
run : |
37
37
npm install
38
- npm build- storybook --quiet
38
+ npm run storybook --quiet
39
39
40
40
- name : Upload artifact
41
41
uses : actions/upload-pages-artifact@v1
84
84
- name : Run prettier linter
85
85
run : npm checkformat
86
86
87
- eslint :
88
- name : eslint (code formatting)
89
- runs-on : ubuntu-latest
90
-
91
- steps :
92
- - uses : actions/checkout@v3
93
- - uses : actions/setup-node@v3
94
- with :
95
- node-version-file : ' .nvmrc'
96
- cache : npm
97
-
98
- - name : Install dependencies
99
- run : npm install
100
-
101
- - name : Run ESLint
102
- run : npm test:lint
103
-
104
87
tests :
105
88
name : Run Storybook tests
106
89
runs-on : ubuntu-latest
@@ -140,7 +123,6 @@ jobs:
140
123
needs :
141
124
- storybook
142
125
- prettier
143
- - eslint
144
126
- tests
145
127
# do not run in forks & only publish main branch
146
128
if : github.ref_name == 'main' && github.repository_owner == 'open-formulieren'
@@ -169,7 +151,6 @@ jobs:
169
151
needs :
170
152
- build-package
171
153
- prettier
172
- - eslint
173
154
- tests
174
155
175
156
# do not publish in forks or non-tag pushes
You can’t perform that action at this time.
0 commit comments