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