Use the same opacity for both colour schemes #5
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-15: | |
runs-on: macos-15 | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Resolve dependencies | |
run: swift package resolve | |
- uses: sersoft-gmbh/xcodebuild-action@v3 | |
with: | |
spm-package: . | |
scheme: Scout | |
destination: platform=iOS Simulator,name=iPhone 16 | |
action: test |