Skip to content

Commit ba8e711

Browse files
authored
add analyze to pod lib lint (#215)
1 parent c97127f commit ba8e711

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/google-utilities.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Build and test
4444
run: |
4545
scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb GoogleUtilities.podspec \
46-
--platforms=${{ matrix.target }}
46+
--platforms=${{ matrix.target }} --analyze
4747
4848
catalyst:
4949
needs: changed_today
@@ -103,4 +103,4 @@ jobs:
103103
- name: PodLibLint GoogleUtilities Cron
104104
run: |
105105
scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb \
106-
GoogleUtilities.podspec --platforms=${{ matrix.target }} ${{ matrix.flags }}
106+
GoogleUtilities.podspec --platforms=${{ matrix.target }} ${{ matrix.flags }} --analyze

0 commit comments

Comments
 (0)