Skip to content

Commit

Permalink
add: swiftformat to lint checks on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
mflknr committed Apr 25, 2024
1 parent 19dbe37 commit a388dd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: jdx/mise-action@v2
- run: swiftlint --strict
- run: swiftlint --strict
- run: swiftformat . --lint --strict

0 comments on commit a388dd2

Please sign in to comment.