You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/codeql.yml
+20-20Lines changed: 20 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -206,15 +206,15 @@ jobs:
206
206
207
207
- name: Build example for iOS
208
208
run: |
209
-
yarn turbo run build:ios --cache-dir="${{ env.TURBO_CACHE_DIR }}"
210
-
echo "${{ env.TURBO_CACHE_DIR }}"
209
+
yarn turbo run build:ios --cache-dir="${{ env.TURBO_CACHE_DIR }}"
210
+
echo "${{ env.TURBO_CACHE_DIR }}"
211
211
212
212
213
-
# - name: 'Upload Artifact'
214
-
# uses: actions/upload-artifact@v4
215
-
# with:
216
-
# name: ios-artifact
217
-
# path:
213
+
# - name: 'Upload Artifact'
214
+
# uses: actions/upload-artifact@v4
215
+
# with:
216
+
# name: ios-artifact
217
+
# path:
218
218
219
219
220
220
# Add any setup steps before running the `github/codeql-action/init` action.
@@ -236,16 +236,16 @@ jobs:
236
236
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
0 commit comments