diff --git a/ci/pod-lint.sh b/ci/pod-lint.sh new file mode 100755 index 0000000..4e38387 --- /dev/null +++ b/ci/pod-lint.sh @@ -0,0 +1,2 @@ +#!/bin/sh +time bundle exec pod lib lint --allow-warnings --verbose diff --git a/ci/pod-push.sh b/ci/pod-push.sh new file mode 100755 index 0000000..8a375e7 --- /dev/null +++ b/ci/pod-push.sh @@ -0,0 +1,2 @@ +#!/bin/sh +time bundle exec pod trunk push --allow-warnings --verbose