Skip to content

Commit

Permalink
ci: do not run linting twice
Browse files Browse the repository at this point in the history
  • Loading branch information
bbortt committed Aug 19, 2024
1 parent 1fa095b commit 66f28df
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,6 @@ jobs:
- name: Install dependencies
run: npm ci --cache .npm --force
working-directory: simulator-ui
- name: Lint
run: npm run lint
working-directory: simulator-ui
- name: Prettier
run: npm run prettier:check
working-directory: simulator-ui
Expand Down

0 comments on commit 66f28df

Please sign in to comment.