mirror of
https://github.com/Unleash/unleash.git
synced 2025-03-27 00:19:39 +01:00
chore: remove redundant linting check, lint before test (#5826)
## About the changes - Removes redundant lint check - Runs linting before test
This commit is contained in:
parent
92ae2235a0
commit
17fe264632
3
.github/workflows/build_frontend_prs.yml
vendored
3
.github/workflows/build_frontend_prs.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user