Skip to content

Update the text in the preview component to be plural if multiple receipts are being scanned #86796

Update the text in the preview component to be plural if multiple receipts are being scanned

Update the text in the preview component to be plural if multiple receipts are being scanned #86796

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 }}