Skip to content

Commit 0be5ec7

Browse files
committed
[ci] remove needs for lint job
1 parent a1689f7 commit 0be5ec7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build_and_test.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,7 @@ jobs:
9797

9898
lint:
9999
name: lint
100-
needs: ['build-native', 'build-next']
101-
100+
needs: ['build-next']
102101
uses: ./.github/workflows/build_reusable.yml
103102
with:
104103
afterBuild: pnpm lint-no-typescript && pnpm check-examples

0 commit comments

Comments
 (0)