Skip to content

Add UserDefaults migration helper for migrating old keys to typed Sto… #9

Add UserDefaults migration helper for migrating old keys to typed Sto…

Add UserDefaults migration helper for migrating old keys to typed Sto… #9

Workflow file for this run

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