Skip to content

Bump to SwiftFormat 0.55.3 #431

Bump to SwiftFormat 0.55.3

Bump to SwiftFormat 0.55.3 #431

Workflow file for this run

name: "Code Style"
on: pull_request
jobs:
SwiftFormat:
runs-on: ubuntu-latest
container:
image: ghcr.io/nicklockwood/swiftformat:0.55.3
env:
GITHUB_WORKSPACE: /workspace
steps:
- uses: actions/checkout@v4
- run: ./tools/lint