Skip to content

Commit 7114f7b

Browse files
committed
chore: remove check license
1 parent ea4d6b8 commit 7114f7b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/react-native-sdk.tests.workflow.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ jobs:
2626
# Install dependencies
2727
- name: Install dependencies
2828
run: corepack enable && yarn set version 3.6.1 && yarn
29-
# Check licenses
30-
- name: Check licenses
31-
run: corepack enable && yarn set version 1.22.22 && yarn check-licenses
29+
3230
# Run lint
3331
- name: Run lint
3432
run: corepack enable && yarn set version 3.6.1 && yarn lint

0 commit comments

Comments
 (0)