Skip to content

Add command line tool #3

Add command line tool

Add command line tool #3

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: swift-actions/[email protected]
with:
swift-version: "5.10"
- name: Set up Mint
uses: irgaly/[email protected]
- name: Run SwiftFormat with Mint
run: mint run swiftformat . --lint