Skip to content

Commit 1a017ca

Browse files
committed
ci: report swiftformat violations as GitHub annotations
Drop the version pin per review. --lint is required for the reporter to emit anything; in write mode swiftformat rewrites files and prints no annotations.
1 parent 697806e commit 1a017ca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
run: brew install swiftformat
1616

1717
- name: Run SwiftFormat in Strict Mode
18-
run: swiftformat . --strict
18+
run: swiftformat . --lint --strict --reporter github-actions-log

0 commit comments

Comments
 (0)