Skip to content

Commit

Permalink
chore: remove redundant linting check, lint before test (#5826)
Browse files Browse the repository at this point in the history
## About the changes

- Removes redundant lint check
- Runs linting before test
  • Loading branch information
daveleek committed Jan 10, 2024
1 parent 92ae223 commit 17fe264
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_frontend_prs.yml
Expand Up @@ -21,7 +21,6 @@ jobs:
with:
node-version: ${{ matrix.node-version }}
- run: yarn --frozen-lockfile
- run: yarn run test
- run: yarn run fmt:check
- run: yarn run lint:check
- run: yarn run test
- run: yarn run ts:check # TODO: optimize

0 comments on commit 17fe264

Please sign in to comment.