File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 7575 required : false
7676 default : true
7777
78+ # Whether to lint with `--verbose`. Defaults to false.
79+ verbose :
80+ type : boolean
81+ required : false
82+ default : false
83+
7884 # Whether to additionally build with Swift 6. Defaults to false.
7985 supports_swift6 :
8086 type : boolean
@@ -151,6 +157,7 @@ jobs:
151157 command : |
152158 scripts/pod_lib_lint.rb ${{ inputs.product }}.podspec --platforms=${{ matrix.platform }} \
153159 ${{ inputs.allow_warnings == true && '--allow-warnings' || '' }} \
160+ ${{ inputs.verbose == true && '--verbose' || '' }} \
154161 ${{ inputs.analyze == false && '--no-analyze' || '' }} \
155162 ${{ inputs.test_specs != '' && format('--test-specs={0}', inputs.test_specs) || '' }} \
156163 ${{ (contains(inputs.buildonly_platforms, matrix.platform) || contains(inputs.buildonly_platforms, 'all')) && '--skip-tests' || '' }}
You can’t perform that action at this time.
0 commit comments