You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Adds a CI job that runs `swiftformat --lint` so that formatting is
enforced.
2. Updates the pre-commit hook to use
[git-format-staged](https://github.com/hallettj/git-format-staged) when
formatting.
3. Removes the SwiftPM dependency on SwiftFormat, preferring mise.
4. Formats everything.
Recommend reviewing by commit to see the changes that aren't formatting.
Fixes#33
As mentioned in the PR for adding PR template, a linter needs to be added to CI for Swift since Kotlin already has one.
The text was updated successfully, but these errors were encountered: