Skip to content

Commit

Permalink
chore(frontend): add lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Vibes-INS committed Jul 12, 2024
1 parent a5c8fb1 commit f75eea4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/frontend-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@ jobs:
- name: Install dependency
run: pnpm install

- name: Build
- name: Run Lint
run: npm run lint
working-directory: frontend

0 comments on commit f75eea4

Please sign in to comment.