From 07d46d84d4435be652e05fb451c4b47c886c62aa Mon Sep 17 00:00:00 2001 From: Bruno Garcia Date: Wed, 16 Mar 2022 08:33:32 +0100 Subject: [PATCH] pod lint in verbose mode (#1698) --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c0b6d4c6e6d..9a4e898ba59 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -40,7 +40,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Validate Podspec - run: pod lib lint + run: pod lib lint --verbose shell: sh validate-high-risk-files: