Skip to content

Fix distance tax rate and amount not updating offline and inaccurate tax amount and refactor code #64615

Fix distance tax rate and amount not updating offline and inaccurate tax amount and refactor code

Fix distance tax rate and amount not updating offline and inaccurate tax amount and refactor code #64615

name: Verify signed commits
on:
pull_request:
types: [opened, synchronize]
branches-ignore: [staging, production]
jobs:
verifySignedCommits:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Verify signed commits
uses: ./.github/actions/javascript/verifySignedCommits
with:
GITHUB_TOKEN: ${{ github.token }}