Skip to content

[CP Stag][Fix] One character jumps "after" cursor when typing fast #56841

[CP Stag][Fix] One character jumps "after" cursor when typing fast

[CP Stag][Fix] One character jumps "after" cursor when typing fast #56841

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