Skip to content

DateUtils refactor, remove moment from the code, timezone fixes. #25804

DateUtils refactor, remove moment from the code, timezone fixes.

DateUtils refactor, remove moment from the code, timezone fixes. #25804

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