Skip to content

Commit a5f26db

Browse files
committed
wip
1 parent 5303de0 commit a5f26db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run: apt-get -qq update && apt-get -qq -y install curl
2121

2222
- 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
23+
run: curl -L https://raw.githubusercontent.com/apple/swift-mmio/refs/heads/main/SupportingFiles/Tools/swift-format/.swift-format -O
2424

2525
- name: Lint
26-
run: ls -asl && swift-format lint --recursive --strict .
26+
run: swift-format lint --recursive --strict .

0 commit comments

Comments
 (0)