We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38172ca commit d36f3b9Copy full SHA for d36f3b9
.github/workflows/react-native-sdk.tests.workflow.yml
@@ -27,8 +27,8 @@ jobs:
27
- name: Install dependencies
28
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
+# - name: Check licenses
+# run: corepack enable && yarn set version 1.22.22 && yarn check-licenses
32
# Run lint
33
- name: Run lint
34
run: corepack enable && yarn set version 3.6.1 && yarn lint
0 commit comments