Skip to content

Updated headers to Module header import with angular brackets for Obj… #73

Updated headers to Module header import with angular brackets for Obj…

Updated headers to Module header import with angular brackets for Obj… #73

Workflow file for this run

name: Build
on:
push:
branches-ignore:
- master
jobs:
build:
runs-on: macOS-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Install
run: pod install
- name: Build
run: swift build
- name: Test
run: swift test