Skip to content

Expose a public initializer for the WebAuthn response object, and clean up API doc errors #589

Expose a public initializer for the WebAuthn response object, and clean up API doc errors

Expose a public initializer for the WebAuthn response object, and clean up API doc errors #589

Workflow file for this run

name: Lint code
on:
pull_request:
paths:
- '.github/workflows/lint.yml'
- '.swiftlint.yml'
- 'Sources/**/*.swift'
- 'Samples/**/*.swift'
branches:
- master
push:
paths:
- '.github/workflows/lint.yml'
- '.swiftlint.yml'
- 'Sources/**/*.swift'
- 'Samples/**/*.swift'
branches:
- master
jobs:
SwiftLint:
runs-on: macos-latest-large
steps:
- uses: actions/checkout@v1
- name: Lint code using SwiftLint
run: swiftlint lint --reporter github-actions-logging Sources Samples