Skip to content

Commit c97e953

Browse files
authored
Update codeql.yml
1 parent 313d863 commit c97e953

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Diff for: .github/workflows/codeql.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,7 @@ jobs:
8080
- if: matrix.build-mode == 'manual'
8181
shell: bash
8282
run: |
83-
xcodebuild clean build \
84-
-project migrator.xcodeproj \
85-
-scheme 'IBM Data Shift' \
86-
-destination 'platform:macOS, name:Any Mac'
83+
xcodebuild clean build -project migrator.xcodeproj -scheme 'IBM Data Shift' -destination 'platform:macOS,name:Any Mac'
8784
8885
- name: Perform CodeQL Analysis
8986
uses: github/codeql-action/analyze@v3

0 commit comments

Comments
 (0)