From ca45c271bb27715fdd8b8c8a102acd0596d5e743 Mon Sep 17 00:00:00 2001 From: Charles Pisciotta Date: Sun, 22 Dec 2024 13:44:46 -0500 Subject: [PATCH] Bump to SwiftFormat 0.55.4 --- .github/workflows/style.yml | 4 +++- .swiftformat | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index f6e4900e..ee5ea3ff 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -4,7 +4,9 @@ on: pull_request jobs: SwiftFormat: - runs-on: macos-latest + runs-on: ubuntu-24.04 + container: + image: ghcr.io/nicklockwood/swiftformat:0.55.4 steps: - uses: actions/checkout@v4 - run: ./tools/lint diff --git a/.swiftformat b/.swiftformat index fa2107f0..30040039 100644 --- a/.swiftformat +++ b/.swiftformat @@ -1,6 +1,6 @@ # SwiftFormat Configuration ---minversion 0.55.3 +--minversion 0.55.4 # Excluded Files and Paths