Skip to content

Commit

Permalink
fix: CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
GoToProd committed Nov 23, 2024
1 parent 97ceb0d commit 7b05bf8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ 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
run: cd frontend
uses: wearerequired/lint-action@v2
with:
eslint: true
Expand Down

0 comments on commit 7b05bf8

Please sign in to comment.