File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 8
8
jobs :
9
9
buildsh :
10
10
env :
11
- DEVELOPER_DIR : /Applications/Xcode_11.5 .app/Contents/Developer
11
+ DEVELOPER_DIR : /Applications/Xcode .app/Contents/Developer
12
12
strategy :
13
13
matrix :
14
14
mode : [cocoapods-lint-default-subspecs, cocoapods-lint-other-subspecs]
18
18
- mode : cocoapods-lint-other-subspecs
19
19
name : Verify that other subspecs lint
20
20
name : ${{ matrix.name }}
21
- runs-on : macos-10.15
21
+ runs-on : macOS-latest
22
22
steps :
23
23
- name : Checkout the Git repository
24
24
uses : actions/checkout@v2
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ function build_example {
66
66
67
67
# Lint subspec
68
68
function lint_subspec {
69
- set -o pipefail && pod env && pod lib lint --subspec=" $1 "
69
+ set -o pipefail && pod env && pod lib lint --allow-warnings -- subspec=" $1 "
70
70
}
71
71
72
72
function cleanup {
You can’t perform that action at this time.
0 commit comments