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 b49442a commit b520d95Copy full SHA for b520d95
.github/workflows/format.yml
@@ -16,11 +16,11 @@ jobs:
16
steps:
17
- uses: actions/checkout@v2
18
- name: Xcode Select
19
- run: sudo xcode-select -s /Applications/Xcode_13.4.1.app
+ run: sudo xcode-select -s /Applications/Xcode_14.0.1.app
20
- name: Tap
21
run: brew tap pointfreeco/formulae
22
- name: Install
23
- run: brew install Formulae/swift-format@5.6
+ run: brew install Formulae/swift-format@5.7
24
- name: Format
25
run: make format
26
- uses: stefanzweifel/git-auto-commit-action@v4
0 commit comments