Skip to content

Update README.md

Update README.md #3

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 "Animoji.xcodeproj" -scheme "Example" CODE_SIGNING_ALLOWED=NO clean build | xcpretty