mirror of
https://github.com/fxm90/GradientLoadingBar.git
synced 2026-06-16 12:24:31 +00:00
8 lines
150 B
Bash
Executable File
8 lines
150 B
Bash
Executable File
#
|
|
# swift-lint.sh
|
|
# Created by Felix Mau (http://felix.hamburg)
|
|
#
|
|
|
|
# Run "swiftlint" and break build on any warnings
|
|
cd Example && swiftlint --strict
|