Skip to content

Added SwiftLint (#38) #15

Added SwiftLint (#38)

Added SwiftLint (#38) #15

Workflow file for this run

name: Swift
on: [push]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: set -o pipefail && xcodebuild -project "VisualEffectView.xcodeproj" -scheme "Example" CODE_SIGNING_ALLOWED=NO clean build | xcpretty