Skip to content

Commit d6e9466

Browse files
Merge #298
298: Add a new step into the linter action to validate Podspec r=bidoubiwa a=brunoocasali This will prevent a buggy PR make this package unpublishable. Related to #296 Co-authored-by: Bruno Casali <brunoocasali@gmail.com>
2 parents 74d09cf + e3767f1 commit d6e9466

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,5 @@ jobs:
4040
- uses: actions/checkout@v2
4141
- name: Run SwiftLint
4242
run: sh ./Scripts/swiftlint.sh
43+
- name: Run CocoaPods pod linter
44+
run: pod spec lint

0 commit comments

Comments
 (0)