Skip to content

Update README.md

Update README.md #99

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: macOS-latest
steps:
- uses: actions/checkout@master
- name: Start xcodebuild test
run: xcodebuild clean build -project BLEUnlock.xcodeproj -scheme BLEUnlock