format: updated swift-format #193
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Swift | |
on: | |
push: | |
branches: [ main ] | |
pull_request: | |
branches: [ main ] | |
jobs: | |
build: | |
runs-on: macos-12 | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Force Xcode 13 | |
run: sudo xcode-select -switch /Applications/Xcode_13.3.1.app | |
# - name: Build | |
# run: xcodebuild -scheme WalletUI -sdk iphoneos | |
# - name: Run tests | |
# run: xcodebuild -scheme WalletUI test -sdk iphonesimulator -destination 'platform=iOS Simulator,OS=15.0,name=iPhone 12' |