Skip to content

Commit

Permalink
Allow warnings for pods affected by Auth API deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 authored May 14, 2024
1 parent 0030345 commit 076fd02
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/auth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,5 +61,6 @@ jobs:
- name: Setup
run: gem install bundler; bundle install
- name: Build
# Allow warnings for deprecated `updateEmail:completion:` API.
run: |
bundle exec pod lib lint FirebaseAuthUI.podspec
bundle exec pod lib lint FirebaseAuthUI.podspec --allow-warnings
4 changes: 3 additions & 1 deletion .github/workflows/emailauth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ jobs:
- name: Setup
run: gem install bundler; bundle install
- name: Build
# Allow warnings for deprecated `updateEmail:completion:` API.
run: |
bundle exec pod lib lint FirebaseEmailAuthUI.podspec \
--include-podspecs=FirebaseAuthUI.podspec
--include-podspecs=FirebaseAuthUI.podspec \
--allow-warnings

0 comments on commit 076fd02

Please sign in to comment.