Skip to content

Commit

Permalink
Update swiftformat to 0.52.11
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdeem committed Dec 20, 2023
1 parent 3800348 commit 2f73ace
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/lint.yml
Expand Up @@ -17,10 +17,12 @@ jobs:
- name: SwiftLint
run: mint run swiftlint --strict
SwiftFormat:
runs-on: macos-latest
runs-on: macos-13
needs: SwiftLint
steps:
- uses: actions/checkout@v4
- name: Select Xcode 15
run: sudo xcode-select -s /Applications/Xcode_15.0.app/
- uses: irgaly/setup-mint@v1
- name: SwiftFormat Lint
run: mint run swiftformat --lint .
2 changes: 1 addition & 1 deletion Mintfile
@@ -1,2 +1,2 @@
realm/SwiftLint@0.54.0
nicklockwood/SwiftFormat@0.52.3
nicklockwood/SwiftFormat@0.52.11

0 comments on commit 2f73ace

Please sign in to comment.