Skip to content

Set Swift to 5.10, mark Parts as Sendable #7

Set Swift to 5.10, mark Parts as Sendable

Set Swift to 5.10, mark Parts as Sendable #7

Workflow file for this run

name: SwiftFormat
on:
pull_request:
paths:
- '.github/workflows/swiftformat.yml'
- '.swiftformat'
- '**/*.swift'
jobs:
SwiftFormat:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Swift
uses: fwal/[email protected]
with:
swift-version: 5.8
- name: Set up Mint
uses: irgaly/setup-mint@v1
- name: Run SwiftFormat with Mint
run: mint run swiftformat . --lint