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 416dc40 commit c680e49Copy full SHA for c680e49
.github/workflows/lint.yml
@@ -19,7 +19,7 @@ jobs:
19
20
- name: Compare against swift-mmio swift-format config
21
run: |
22
- curl -sL https://raw.githubusercontent.com/apple/swift-mmio/refs/heads/main/SupportingFiles/Tools/swift-format/.swift-format -o .swift-format-mmio
+ curl -sL https://raw.githubusercontent.com/apple/swift-mmio/refs/heads/main/.swift-format -o .swift-format-mmio
23
diff .swift-format .swift-format-mmio
24
25
soundness:
0 commit comments