Skip to content

Commit c680e49

Browse files
authored
Update lint.yml (#35)
Update path to swift-mmio's .swift-format file.
1 parent 416dc40 commit c680e49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Compare against swift-mmio swift-format config
2121
run: |
22-
curl -sL https://raw.githubusercontent.com/apple/swift-mmio/refs/heads/main/SupportingFiles/Tools/swift-format/.swift-format -o .swift-format-mmio
22+
curl -sL https://raw.githubusercontent.com/apple/swift-mmio/refs/heads/main/.swift-format -o .swift-format-mmio
2323
diff .swift-format .swift-format-mmio
2424
2525
soundness:

0 commit comments

Comments
 (0)