Skip to content

Update SwiftAPIDiffExample.swift #1

Update SwiftAPIDiffExample.swift

Update SwiftAPIDiffExample.swift #1

Workflow file for this run

name: SwiftTest
on: [push]
jobs:
buildAndTestMacOS:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: swift build
- name: Run tests
run: swift test