Skip to content

add github links and update webauthn version #7

add github links and update webauthn version

add github links and update webauthn version #7

Workflow file for this run

name: Run Tests
on: [push]
jobs:
test:
name: Run Tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: swift build
- name: Run tests
run: swift test