Skip to content

Commit

Permalink
Update lint.yml (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
rauhul authored Dec 22, 2024
1 parent 82be18d commit 24ab85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:

- name: Compare against swift-mmio swift-format config
run: |
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
diff .swift-format .swift-format-mmio
- name: Lint
Expand Down

0 comments on commit 24ab85b

Please sign in to comment.