Skip to content

Commit

Permalink
Allow warnings from pod lib lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
petea committed May 4, 2021
1 parent b7d1761 commit 08ef34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ jobs:
- name: Install Ruby gems with Bundler
run: bundle install
- name: Lint podspec using local source
run: pod lib lint --verbose
run: pod lib lint --verbose --allow-warnings

0 comments on commit 08ef34e

Please sign in to comment.