Skip to content

Commit

Permalink
Fix CI for Firebase repo now using main (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 authored Dec 18, 2023
1 parent bc27fad commit d89bc7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Alternatively disable signing in each target:
### Code Formatting

To ensure that the code is formatted consistently, run the script
[./scripts/check.sh](https://github.com/firebase/firebase-ios-sdk/blob/master/scripts/check.sh)
[./scripts/check.sh](https://github.com/firebase/firebase-ios-sdk/blob/main/scripts/check.sh)
before creating a PR.

GitHub Actions will verify that any code changes are done in a style compliant
Expand Down
2 changes: 1 addition & 1 deletion setup-scripts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ git clone \
https://github.com/firebase/firebase-ios-sdk.git \
;
cd firebase-ios-sdk
git checkout master -- scripts
git checkout main -- scripts
cd ..
ln -s firebase-ios-sdk/scripts scripts

0 comments on commit d89bc7c

Please sign in to comment.