We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f67343 commit c47be91Copy full SHA for c47be91
.github/workflows/react-native-sdk.tests.workflow.yml
@@ -27,8 +27,8 @@ jobs:
27
- name: Install dependencies
28
run: yarn install --frozen-lockfile
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