Skip to content

[CP Staging] Fix issue where displayed selected date is a day before actually selected date #35966

[CP Staging] Fix issue where displayed selected date is a day before actually selected date

[CP Staging] Fix issue where displayed selected date is a day before actually selected date #35966

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