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 f28e5a1 commit ff7acbfCopy full SHA for ff7acbf
.github/workflows/build.yml
@@ -19,4 +19,4 @@ jobs:
19
-sdk iphonesimulator | xcpretty
20
21
- name: Lint Pod
22
- run: pod lib lint --allow-warnings
+ run: pod lib lint --allow-warnings --skip-import-validation
.github/workflows/publish-podspec.yml
@@ -12,6 +12,6 @@ jobs:
12
- uses: actions/checkout@v2
13
14
- name: Publish Podspec
15
- run: pod trunk push --allow-warnings
+ run: pod trunk push --allow-warnings --skip-import-validation
16
env:
17
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}
0 commit comments