Skip to content

Commit

Permalink
Update frontend_ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
metalalive authored Nov 20, 2023
1 parent d0c850e commit a78dee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
cd frontend
${{ steps.detect-package-manager.outputs.manager }} install eslint typescript --save-dev
${{ steps.detect-package-manager.outputs.runner }} eslint --init
eslint . --ext .js,.jsx,.ts,.tsx
${{ steps.detect-package-manager.outputs.manager }} run lint_exp
- name: Build with Next.js
run: |
cd frontend
Expand Down

0 comments on commit a78dee8

Please sign in to comment.