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 2cc12c8 commit f73f493Copy full SHA for f73f493
.github/workflows/format.yml
@@ -8,13 +8,15 @@ on:
8
jobs:
9
swift_format:
10
name: swift-format
11
- runs-on: macOS-latest
+ runs-on: macOS-11
12
steps:
13
- uses: actions/checkout@v2
14
+ - name: Xcode Select
15
+ run: sudo xcode-select -s /Applications/Xcode_13.0.app
16
- name: Tap
17
run: brew tap pointfreeco/formulae
18
- name: Install
- run: brew install Formulae/swift-format@5.3
19
+ run: brew install Formulae/swift-format@5.5
20
- name: Format
21
run: make format
22
- uses: stefanzweifel/git-auto-commit-action@v4
0 commit comments