Skip to content
This repository was archived by the owner on Jun 11, 2026. It is now read-only.

Merge pull request #46 from steipete/fix/nsurl-object-hook #249

Merge pull request #46 from steipete/fix/nsurl-object-hook

Merge pull request #46 from steipete/fix/nsurl-object-hook #249

Workflow file for this run

name: SwiftPM
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v