Skip to content

Cleaned up the formatting for modern Obj-C standards #29

Cleaned up the formatting for modern Obj-C standards

Cleaned up the formatting for modern Obj-C standards #29

Workflow file for this run

name: CI
on: [push]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- name: Run all of the library unit tests.
run: '(curl -s -L https://tim.dev/install_ios_oss_ci | bash -s arg1 arg2) && bundle exec fastlane test'
env:
TEST_SCHEME: "TOFileSystemObserverTests"