Skip to content

Commit

Permalink
BuddyBuild: Run SwiftLint post build
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnSundell committed Nov 5, 2017
1 parent fcd0ddb commit e0fca8d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions buddybuild_postbuild.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env bash

swift test
swiftlint
1 change: 0 additions & 1 deletion buddybuild_postclone.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env bash

swift package generate-xcodeproj
swiftlint

0 comments on commit e0fca8d

Please sign in to comment.