Skip to content

Commit a388dd2

Browse files
committed
add: swiftformat to lint checks on ci
1 parent 19dbe37 commit a388dd2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/lint.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616
- uses: jdx/mise-action@v2
17-
- run: swiftlint --strict
17+
- run: swiftlint --strict
18+
- run: swiftformat . --lint --strict

0 commit comments

Comments
 (0)