Skip to content

Commit

Permalink
feat: delete eslint :)
Browse files Browse the repository at this point in the history
  • Loading branch information
GoToProd committed Nov 23, 2024
1 parent cfe1f2d commit 23860a2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,6 @@ jobs:
- name: Install dependencies
run: cd frontend && npm install --package-lock-only && npm ci

- name: Install ESLint
run: cd frontend && npx eslint --init

- name: Run linters
uses: wearerequired/lint-action@v2
with:
eslint: true
prettier: true

deploy:
name: Build
needs: run-linters
Expand Down

0 comments on commit 23860a2

Please sign in to comment.