Skip to content

Commit eb8a254

Browse files
⬆️ [#49] remove eslint from workflow
1 parent 274c5c1 commit eb8a254

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

.github/workflows/ci.yml

+1-20
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Build Storybook docs
3636
run: |
3737
npm install
38-
npm build-storybook --quiet
38+
npm run storybook --quiet
3939
4040
- name: Upload artifact
4141
uses: actions/upload-pages-artifact@v1
@@ -84,23 +84,6 @@ jobs:
8484
- name: Run prettier linter
8585
run: npm checkformat
8686

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-
10487
tests:
10588
name: Run Storybook tests
10689
runs-on: ubuntu-latest
@@ -140,7 +123,6 @@ jobs:
140123
needs:
141124
- storybook
142125
- prettier
143-
- eslint
144126
- tests
145127
# do not run in forks & only publish main branch
146128
if: github.ref_name == 'main' && github.repository_owner == 'open-formulieren'
@@ -169,7 +151,6 @@ jobs:
169151
needs:
170152
- build-package
171153
- prettier
172-
- eslint
173154
- tests
174155

175156
# do not publish in forks or non-tag pushes

0 commit comments

Comments
 (0)