Skip to content

Commit 9941f1a

Browse files
Update main.yml
1 parent a08faf7 commit 9941f1a

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ jobs:
2929
- name: Install frontend dependencies
3030
run: npm install
3131

32-
- name: Lint with ESLint
33-
run: npm run lint
34-
continue-on-error: true
35-
3632
- name: Run frontend tests
3733
run: npm run test
3834
env:
@@ -76,9 +72,7 @@ jobs:
7672
- name: Install backend dependencies
7773
run: npm install
7874

79-
- name: Lint with ESLint
80-
run: npm run lint
81-
continue-on-error: true
75+
8276

8377
- name: Run backend tests
8478
run: npm run test:ci

0 commit comments

Comments
 (0)