Skip to content

Commit

Permalink
⬆️ [#49] remove eslint from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkiysendoorn1 committed Mar 18, 2024
1 parent 274c5c1 commit eb8a254
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Build Storybook docs
run: |
npm install
npm build-storybook --quiet
npm run storybook --quiet
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
Expand Down Expand Up @@ -84,23 +84,6 @@ jobs:
- name: Run prettier linter
run: npm checkformat

eslint:
name: eslint (code formatting)
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version-file: '.nvmrc'
cache: npm

- name: Install dependencies
run: npm install

- name: Run ESLint
run: npm test:lint

tests:
name: Run Storybook tests
runs-on: ubuntu-latest
Expand Down Expand Up @@ -140,7 +123,6 @@ jobs:
needs:
- storybook
- prettier
- eslint
- tests
# do not run in forks & only publish main branch
if: github.ref_name == 'main' && github.repository_owner == 'open-formulieren'
Expand Down Expand Up @@ -169,7 +151,6 @@ jobs:
needs:
- build-package
- prettier
- eslint
- tests

# do not publish in forks or non-tag pushes
Expand Down

0 comments on commit eb8a254

Please sign in to comment.