Skip to content

Remove xcbeautify. #206

Remove xcbeautify.

Remove xcbeautify. #206

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
test_lint:
runs-on: macos-13
env:
DEVELOPER_DIR: /Applications/Xcode_15.0.1.app
steps:
- uses: actions/checkout@v3
- name: Setup
run: ./Scripts/setup.sh
env:
APP_IDENTIFIER: org.blackcandy
- name: Test and Lint
run: |
swiftlint
xcodebuild test -scheme "BlackCandy" -destination platform="iOS Simulator,name=iPhone 15 Pro Max,OS=17.0.1"