Skip to content

Add QuickLint, a CLI tool to detect focused specs, and optionally remove the focus. #260

Add QuickLint, a CLI tool to detect focused specs, and optionally remove the focus.

Add QuickLint, a CLI tool to detect focused specs, and optionally remove the focus. #260

Workflow file for this run

name: SwiftLint
on:
pull_request:
paths:
- '.github/workflows/swiftlint.yml'
- '.swiftlint.yml'
- '**/*.swift'
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: norio-nomura/action-swiftlint@3.2.1