Skip to content

Commit

Permalink
Bump to SwiftFormat 0.55.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cpisciotta committed Dec 22, 2024
1 parent a15d378 commit 5d24e0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ on: pull_request

jobs:
SwiftFormat:
runs-on: macos-latest
runs-on: ubuntu-latest
container:
image: ghcr.io/nicklockwood/swiftformat:0.55.4
steps:
- uses: actions/checkout@v4
- run: ./tools/lint
2 changes: 1 addition & 1 deletion .swiftformat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SwiftFormat Configuration

--minversion 0.55.3
--minversion 0.55.4

# Excluded Files and Paths

Expand Down

0 comments on commit 5d24e0e

Please sign in to comment.