fix(amount-factory): derive total from breakdown sum to prevent PayPal PATCH rejection on shipping change (6279) #1727
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Spell Check | |
| on: | |
| # Run on all pull requests | |
| pull_request: | |
| jobs: | |
| typos: | |
| runs-on: ubuntu-latest | |
| name: Check for typos | |
| steps: | |
| - name: Checkout | |
| uses: actions/checkout@v4 | |
| - name: Check spelling | |
| id: spelling | |
| uses: crate-ci/typos@7bc041cbb7ca9167c9e0e4ccbb26f48eb0f9d4e0 # v1.30.2 | |
| with: | |
| # Path to config file | |
| config: .github/workflows-config/typos.toml |