Skip to content

Delete ReachabilityMonitor #174

Delete ReachabilityMonitor

Delete ReachabilityMonitor #174

Workflow file for this run

name: spm-build-test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- name: Xcode Version
run: sudo xcode-select --switch /Applications/Xcode_15.2.app
- name: Lint
run: swift package plugin --allow-writing-to-package-directory swiftformat --lint
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v