Skip to content

Move to regular framework for iOS shared code instead of cocoapods #39

Move to regular framework for iOS shared code instead of cocoapods

Move to regular framework for iOS shared code instead of cocoapods #39

Workflow file for this run

name: ktlint
on:
pull_request:
jobs:
ktlint:
runs-on: ubuntu-latest
steps:
- name: Checkout source code
uses: actions/checkout@v3
- uses: actions/setup-java@v3
with:
distribution: "adopt"
java-version: "17"
- name: run ktlint
run: ./gradlew ktlintCheck