mirror of
https://github.com/mas-cli/mas
synced 2024-11-22 03:23:08 +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 "swiftlint"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
main() {
|
||||
echo "==> 👢 Bootstrapping"
|
||||
bundle install
|
||||
brew bundle
|
||||
brew bundle install --verbose
|
||||
carthage bootstrap --platform macOS --cache-builds
|
||||
|
||||
script/sort
|
||||
|
|
Loading…
Reference in a new issue