Skip to content

Commit dc5aa4b

Browse files
committed
chore(ci): simplify linting step in CI workflow by removing workspace lint command
1 parent 8a08b87 commit dc5aa4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: ./tooling/github/setup
2929

3030
- name: Lint
31-
run: pnpm lint && pnpm lint:ws
31+
run: pnpm lint
3232

3333
format:
3434
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)