Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
winebarrel committed Nov 4, 2024
1 parent d689ccc commit 2b6fd9c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,5 @@ jobs:
restore-keys: xcode-cache-deriveddata-${{ github.workflow }}-
- name: Build and Analyse
run: |
xcodebuild build analyze -scheme PagerCall -destination 'generic/platform=macOS' -allowProvisioningUpdates -configuration Debug | tee build.log
- name: SwiftLint Analyse
run: |
./swiftlint analyze --compiler-log-path build.log
xcodebuild build analyze -scheme PagerCall -destination 'generic/platform=macOS' -allowProvisioningUpdates -configuration Debug | tee ./build.log
./swiftlint analyze --compiler-log-path ./build.log

0 comments on commit 2b6fd9c

Please sign in to comment.