Skip to content

m-takuma/setup-swiftlint

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors