Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/find-dead-code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
with:
fetch-depth: 0
uses: actions/checkout@v6
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we do this on purpose so that we can compare with merge base. I think if you modified some swift code in this PR to get the check to run it might fail.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://github.com/stripe/stripe-ios/actions/runs/19905920015/job/57061959041 is the check that passed on a commit with swift code change. I uncommitted that change when ready for review. But if fetch-depth is necessary, I can close this PR and keep the issue open for the next iOS runner to investigate it.


- name: Setup Xcode
run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
Expand Down