We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 805c5c6 commit 768da29Copy full SHA for 768da29
.github/workflows/swift.yaml
@@ -23,9 +23,10 @@ jobs:
23
submodules: recursive
24
25
- name: Install swift-format
26
- uses: Cyberbeni/install-swift-tool@v2
27
- with:
28
- url: https://github.com/apple/swift-format
+ run: /home/linuxbrew/.linuxbrew/bin/brew install swift-format
+ # uses: Cyberbeni/install-swift-tool@v2
+ # with:
29
+ # url: https://github.com/apple/swift-format
30
31
- name: Format Swift code
32
run: swift-format -r -i ./
0 commit comments