Skip to content

Commit e5931e2

Browse files
committed
fix backend faliure workflow
1 parent 3133d88 commit e5931e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow_backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: npm install --prefix backend
3434

3535
- name: Run ESLint
36-
run: npx eslint . --ext .js
36+
run: cd.. && npm run format
3737

3838
- name: Run Tests
3939
run: npm test --prefix backend

0 commit comments

Comments
 (0)