Browse Source

Don't fail on pod lib lint warnings.

Peter Andrews 5 years ago
parent
commit
3fbb995610
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/test.yml

+ 1 - 1
.github/workflows/test.yml

@@ -13,4 +13,4 @@ jobs:
     - name: Install Ruby gems with Bundler
       run: bundle install
     - name: Lint podspec using local source
-      run: pod lib lint
+      run: pod lib lint --allow-warnings