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
{{ message }}
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.
if which swiftlint > /dev/null && which swiftformat > /dev/null; then
swiftformat .
swiftlint --fix
else
echo "warning: SwiftLint or SwiftFormat not installed, download from https://github.com/realm/SwiftLint and https://github.com/nicklockwood/SwiftFormat"