From 1acf4b9547c8730a40f040675e13c33dbb3fb0df Mon Sep 17 00:00:00 2001 From: Huy Nguyen Date: Thu, 2 Jan 2020 14:01:23 -0800 Subject: [PATCH] Print IGListKit's error out Force podspec linting on git push --- .github/workflows/ci-master-only.yml | 4 +--- build.sh | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-master-only.yml b/.github/workflows/ci-master-only.yml index 0ed0b5e5..46e63b07 100644 --- a/.github/workflows/ci-master-only.yml +++ b/.github/workflows/ci-master-only.yml @@ -2,9 +2,7 @@ name: CI (master-only jobs) on: push: - branches: - - master - + jobs: cocoapods-lint: env: diff --git a/build.sh b/build.sh index eeba23b0..d5c7ecc0 100755 --- a/build.sh +++ b/build.sh @@ -218,7 +218,7 @@ framework|all) cocoapods-lint|all) echo "Verifying that podspec lints." - set -o pipefail && pod env && pod lib lint --allow-warnings + set -o pipefail && pod env && pod lib lint --allow-warnings --no-clean success="1" ;;