Merge pull request #14 from alectrona/storepath-with-userdefaults #10
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: CI | |
on: | |
workflow_dispatch: | |
push: | |
branches: [ "main" ] | |
pull_request: | |
branches: [ "main", "dev" ] | |
jobs: | |
linting: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: GitHub Action for SwiftLint | |
uses: norio-nomura/[email protected] | |
test: | |
runs-on: macos-15 | |
steps: | |
- name: Xcode Setup | |
uses: maxim-lobanov/[email protected] | |
with: | |
xcode-version: latest-stable | |
- name: Checkout project | |
uses: actions/checkout@v3 | |
- name: Build | |
shell: bash | |
run: | | |
xcodebuild clean build -project "migrator.xcodeproj" -scheme "IBM Data Shift" -destination 'platform=macOS' | xcpretty |