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 82be18d commit 24ab85bCopy full SHA for 24ab85b
.github/workflows/lint.yml
@@ -21,7 +21,7 @@ jobs:
21
22
- name: Compare against swift-mmio swift-format config
23
run: |
24
- 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
25
diff .swift-format .swift-format-mmio
26
27
- name: Lint
0 commit comments