We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 993982f commit ba61e69Copy full SHA for ba61e69
.github/workflows/format.yml
@@ -6,15 +6,13 @@ on:
6
jobs:
7
format:
8
name: swift-format
9
- runs-on: macos-12
+ runs-on: macos-13
10
steps:
11
- - uses: actions/checkout@v2
12
- - name: Select Xcode 14.2
13
- run: sudo xcode-select -s /Applications/Xcode_14.2.app
14
- - name: Tap
15
- run: brew tap pointfreeco/formulae
+ - uses: actions/checkout@v4
+ - name: Select Xcode
+ run: sudo xcode-select -s /Applications/Xcode_15.0.app
16
- name: Install
17
- run: brew install Formulae/swift-format@5.7
+ run: brew install swift-format
18
- name: Format
19
run: make format
20
- uses: stefanzweifel/git-auto-commit-action@v4
0 commit comments