Skip to content

Commit

Permalink
pod lint in verbose mode (#1698)
Browse files Browse the repository at this point in the history
  • Loading branch information
bruno-garcia authored Mar 16, 2022
1 parent 48e6807 commit 07d46d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Validate Podspec
run: pod lib lint
run: pod lib lint --verbose
shell: sh

validate-high-risk-files:
Expand Down

0 comments on commit 07d46d8

Please sign in to comment.