Skip to content

Fix issue with passkey userId encoding/decoding (#86) #363

Fix issue with passkey userId encoding/decoding (#86)

Fix issue with passkey userId encoding/decoding (#86) #363

Workflow file for this run

name: CI
on: push
jobs:
build:
name: Build and Test
runs-on: macos-15
steps:
- name: Checkout Code
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Build
run: swift build -v
- name: Run tests
run: swift test -v