Skip to content

Commit

Permalink
Don't specify platforms for pod lint
Browse files Browse the repository at this point in the history
  • Loading branch information
NickEntin committed Apr 23, 2024
1 parent 55ba6e8 commit c3da3ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Bundle Install
run: bundle install
- name: Lint Podspec
run: bundle exec pod lib lint --verbose --fail-fast --platforms=ios,visionos
run: bundle exec pod lib lint --verbose --fail-fast
spm:
name: SPM Build
runs-on: macOS-12
Expand Down

0 comments on commit c3da3ca

Please sign in to comment.