Skip to content

swiftlint: run on every PR (drop paths filter) #118

swiftlint: run on every PR (drop paths filter)

swiftlint: run on every PR (drop paths filter) #118

Workflow file for this run

name: SwiftLint
on:
pull_request:
jobs:
SwiftLint:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- name: GitHub Action for SwiftLint (Only files changed in the PR)
uses: norio-nomura/action-swiftlint@3.2.1
with:
args: --strict
env:
SWIFTLINT: true