Skip to content

Update SwiftLintView.swift #3

Update SwiftLintView.swift

Update SwiftLintView.swift #3

Workflow file for this run

name: SwiftLint
on:
pull_request:
jobs:
lint:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
- name: Run SwiftLint with annotations
uses: norio-nomura/action-swiftlint@3.2.1
with:
strict: true