Skip to content

Adds kotlin lint actions #23

Adds kotlin lint actions

Adds kotlin lint actions #23

Workflow file for this run

name: SwiftLint
on:
pull_request:
types: [opened, ready_for_review, synchronize]
jobs:
swiftlint:
runs-on: macOS-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Install SwiftLint
run: brew install swiftlint
- name: Run SwiftLint
working-directory: iosApp
run: swiftlint