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 5303de0 commit a5f26dbCopy full SHA for a5f26db
.github/workflows/lint.yml
@@ -20,7 +20,7 @@ jobs:
20
run: apt-get -qq update && apt-get -qq -y install curl
21
22
- name: Get common swift-format config
23
- run: curl -L https://github.com/apple/swift-mmio/blob/main/SupportingFiles/Tools/swift-format/.swift-format -O
+ run: curl -L https://raw.githubusercontent.com/apple/swift-mmio/refs/heads/main/SupportingFiles/Tools/swift-format/.swift-format -O
24
25
- name: Lint
26
- run: ls -asl && swift-format lint --recursive --strict .
+ run: swift-format lint --recursive --strict .
0 commit comments