Skip to content

Fix blinking on Accounting Centre Pane when clicking of modal asking for setting up of 2FA when connecting to Xero #79143

Fix blinking on Accounting Centre Pane when clicking of modal asking for setting up of 2FA when connecting to Xero

Fix blinking on Accounting Centre Pane when clicking of modal asking for setting up of 2FA when connecting to Xero #79143

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