Skip to content

build: Adds swiftlint github action (#50) #3

build: Adds swiftlint github action (#50)

build: Adds swiftlint github action (#50) #3

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 --strict