Skip to content

Commit 24ab85b

Browse files
authored
Update lint.yml (#83)
1 parent 82be18d commit 24ab85b

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
@@ -21,7 +21,7 @@ jobs:
2121

2222
- name: Compare against swift-mmio swift-format config
2323
run: |
24-
curl -sL https://raw.githubusercontent.com/apple/swift-mmio/refs/heads/main/SupportingFiles/Tools/swift-format/.swift-format -o .swift-format-mmio
24+
curl -sL https://raw.githubusercontent.com/apple/swift-mmio/refs/heads/main/.swift-format -o .swift-format-mmio
2525
diff .swift-format .swift-format-mmio
2626
2727
- name: Lint

0 commit comments

Comments
 (0)