Skip to content

Using PowerAuthSDK 1.9.0+ #1

Using PowerAuthSDK 1.9.0+

Using PowerAuthSDK 1.9.0+ #1

Workflow file for this run

name: Lint
on:
push:
branches:
- develop
- release/*
pull_request:
jobs:
ktlint:
name: ktlint
runs-on: ubuntu-latest
steps:
- name: Checkout the repo
uses: actions/checkout@v4
- name: Run lint script
run: ./scripts/lint.sh