We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c97127f commit ba8e711Copy full SHA for ba8e711
.github/workflows/google-utilities.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Build and test
44
run: |
45
scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb GoogleUtilities.podspec \
46
- --platforms=${{ matrix.target }}
+ --platforms=${{ matrix.target }} --analyze
47
48
catalyst:
49
needs: changed_today
@@ -103,4 +103,4 @@ jobs:
103
- name: PodLibLint GoogleUtilities Cron
104
105
scripts/third_party/travis/retry.sh scripts/pod_lib_lint.rb \
106
- GoogleUtilities.podspec --platforms=${{ matrix.target }} ${{ matrix.flags }}
+ GoogleUtilities.podspec --platforms=${{ matrix.target }} ${{ matrix.flags }} --analyze
0 commit comments