Skip to content

Commit ff7acbf

Browse files
committed
Add --skip-import-validation
1 parent f28e5a1 commit ff7acbf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
-sdk iphonesimulator | xcpretty
2020
2121
- name: Lint Pod
22-
run: pod lib lint --allow-warnings
22+
run: pod lib lint --allow-warnings --skip-import-validation

.github/workflows/publish-podspec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
- uses: actions/checkout@v2
1313

1414
- name: Publish Podspec
15-
run: pod trunk push --allow-warnings
15+
run: pod trunk push --allow-warnings --skip-import-validation
1616
env:
1717
COCOAPODS_TRUNK_TOKEN: ${{ secrets.COCOAPODS_TRUNK_TOKEN }}

0 commit comments

Comments
 (0)