Skip to content

Fix for unexpected removeItems chaining behavior #91

Fix for unexpected removeItems chaining behavior

Fix for unexpected removeItems chaining behavior #91

Workflow file for this run

name: Build and Test
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build-and-test:
runs-on: macos-12
steps:
- uses: actions/checkout@v3
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v