Skip to content

Commit

Permalink
Add fail flag to scripts (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
hodovani authored May 18, 2019
1 parent 0fb2710 commit 268b07a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash

set -e
set -o pipefail

brew update
brew install swiftformat swiftlint

Expand Down
3 changes: 3 additions & 0 deletions pod.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
#!/bin/bash

set -e
set -o pipefail

pod repo update
pod lib lint --verbose

0 comments on commit 268b07a

Please sign in to comment.