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 b9eeb1a commit eafd792Copy full SHA for eafd792
.github/workflows/format.yml
@@ -8,14 +8,18 @@ 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 swift-format
19
+ run: brew install Formulae/swift-format@5.5
20
- name: Format
21
run: make format
- - uses: stefanzweifel/git-auto-commit-action@v4.1.6
22
+ - uses: stefanzweifel/git-auto-commit-action@v4
23
with:
24
commit_message: Run swift-format
25
branch: 'main'
0 commit comments