Skip to content

Implement Swift 6 Approachable Concurrency migration (Stages 2–5) #102

Implement Swift 6 Approachable Concurrency migration (Stages 2–5)

Implement Swift 6 Approachable Concurrency migration (Stages 2–5) #102

Workflow file for this run

name: SwiftLint
on:
pull_request:
paths:
- '.github/workflows/swiftlint.yml'
- '.swiftlint.yml'
- '**/*.swift'
permissions:
contents: read
jobs:
SwiftLint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Swiftlint verification
uses: norio-nomura/action-swiftlint@3.2.1
with:
args: --strict