Skip to content

Commit 7b05bf8

Browse files
committed
fix: CI/CD
1 parent 97ceb0d commit 7b05bf8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/master.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,11 @@ jobs:
2525
- name: Install dependencies
2626
run: cd frontend && npm install --package-lock-only && npm ci
2727

28+
- name: Install ESLint
29+
run: cd frontend && npx eslint --init
30+
2831
- name: Run linters
32+
run: cd frontend
2933
uses: wearerequired/lint-action@v2
3034
with:
3135
eslint: true

0 commit comments

Comments
 (0)