Skip to content

fix: return if collection is empty (#11) #41

fix: return if collection is empty (#11)

fix: return if collection is empty (#11) #41

Workflow file for this run

name: "CI"
on:
push:
branches:
- main
pull_request:
branches:
- '*'
jobs:
test:
name: Unit Tests
runs-on: macOS-13
env:
DEVELOPER_DIR: /Applications/Xcode_15.0.app/Contents/Developer
steps:
- uses: actions/checkout@v2
- name: Run Tests
run: swift test