Skip to content

Setup SwiftLint

Actions
Set up a specific version of SwiftLint
1.0.0
Latest
Star (1)

Tags

 (1)

setup-swiftLint

Basic usage

steps:
  - name: Checkout
    uses: actions/checkout@v4
  - name: Setup SwiftLint
    uses: m-takuma/setup-swiftlint@1

Usage (Specific Version)

steps:
  - name: Checkout
    uses: actions/checkout@v4
  - name: Setup SwiftLint
    uses: m-takuma/setup-swiftlint@1
    with:
      swiftlint-version: "0.56.2"

Usage (with setup-swift)

steps:
  - name: Checkout
    uses: actions/checkout@v4
  - name: Setup Swift
    uses: m-takuma/setup-swift@1
  - name: Setup SwiftLint
    uses: m-takuma/setup-swiftlint@1

Setup SwiftLint is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Set up a specific version of SwiftLint
1.0.0
Latest

Tags

 (1)

Setup SwiftLint is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.