mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 11:33:13 +00:00
➕ Add swiftlint to brew bundle
This commit is contained in:
parent
625a7053f1
commit
2a16176874
2 changed files with 3 additions and 2 deletions
1
Brewfile
1
Brewfile
|
@ -1 +1,2 @@
|
||||||
brew "carthage"
|
brew "carthage"
|
||||||
|
brew "swiftlint"
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
main() {
|
main() {
|
||||||
echo "==> 👢 Bootstrapping"
|
echo "==> 👢 Bootstrapping"
|
||||||
bundle install
|
bundle install
|
||||||
brew bundle
|
brew bundle install --verbose
|
||||||
carthage bootstrap --platform macOS --cache-builds
|
carthage bootstrap --platform macOS --cache-builds
|
||||||
|
|
||||||
script/sort
|
script/sort
|
||||||
|
|
Loading…
Reference in a new issue