From e13b8faf3890fa0a4dcf005065551cae29ac4890 Mon Sep 17 00:00:00 2001 From: Morgan Chen Date: Fri, 27 Dec 2024 14:21:44 -0800 Subject: [PATCH] add analyze to pod lib lint --- .github/workflows/google-utilities.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/google-utilities.yml b/.github/workflows/google-utilities.yml index e1182e86..9baca11f 100644 --- a/.github/workflows/google-utilities.yml +++ b/.github/workflows/google-utilities.yml @@ -43,7 +43,7 @@ jobs: - name: Build and test run: | scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb GoogleUtilities.podspec \ - --platforms=${{ matrix.target }} + --platforms=${{ matrix.target }} --analyze catalyst: needs: changed_today @@ -103,4 +103,4 @@ jobs: - name: PodLibLint GoogleUtilities Cron run: | scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb \ - GoogleUtilities.podspec --platforms=${{ matrix.target }} ${{ matrix.flags }} + GoogleUtilities.podspec --platforms=${{ matrix.target }} ${{ matrix.flags }} --analyze