Skip to content

Using PowerAuthSDK 1.9.0+ #103

Using PowerAuthSDK 1.9.0+

Using PowerAuthSDK 1.9.0+ #103

Workflow file for this run

name: lint
on:
push:
branches:
- develop
- main
pull_request:
jobs:
swift:
name: Swift Lint
runs-on: macos-14
steps:
- name: Checkout the repo
uses: actions/checkout@v2
- name: Lint
run: swiftlint --strict