Skip to content

Fix/27165: don't allow go to next step if empty waypoint #35209

Fix/27165: don't allow go to next step if empty waypoint

Fix/27165: don't allow go to next step if empty waypoint #35209

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