Skip to content

Commit

Permalink
add analyze to pod lib lint
Browse files Browse the repository at this point in the history
  • Loading branch information
morganchen12 committed Dec 27, 2024
1 parent c97127f commit e13b8fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/google-utilities.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit e13b8fa

Please sign in to comment.