Skip to content

Commit

Permalink
Run frontend linting jobs in frontend directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jb3 committed Aug 17, 2024
1 parent 3022872 commit c0c5983
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lint-frontend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:

- name: Install dependencies
run: pnpm install
working-directory: thallium-frontend

- name: Lint frontend
run: pnpm run lint
working-directory: thallium-frontend

0 comments on commit c0c5983

Please sign in to comment.