Skip to content

Add SwiftLint workflow #1

Add SwiftLint workflow

Add SwiftLint workflow #1

Workflow file for this run

name: Lint app code
on: [push]
jobs:
lint:
name: Run SwiftLint
runs-on: macos-14
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Run lint command
run: swiftlint lint