Skip to content

Commit

Permalink
Do not run storefront linting in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
TobiasGraml11 committed Oct 16, 2023
1 parent 9cd6581 commit 6fe351d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/lint-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,4 @@ jobs:

- name: Run ESLint
working-directory: shopware6-job-scheduler
run: |
npm run administration-lint
npm run storefront-lint
run: npm run administration-lint

0 comments on commit 6fe351d

Please sign in to comment.