Skip to content

Update SwiftLintView.swift #7

Update SwiftLintView.swift

Update SwiftLintView.swift #7

Workflow file for this run

name: SwiftLint
on:
pull_request:
jobs:
lint:
runs-on: macos-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install SwiftLint
run: brew install swiftlint
- name: Run SwiftLint
run: swiftlint --strict