Skip to content

Update Create-an-expense.md to add How to delete expense and update Change-or-add-email-address.md #2410

Update Create-an-expense.md to add How to delete expense and update Change-or-add-email-address.md

Update Create-an-expense.md to add How to delete expense and update Change-or-add-email-address.md #2410

name: Validate Docs Routes File
on:
pull_request:
types: [opened, synchronize]
paths:
- docs/**
jobs:
verify:
if: github.actor != 'OSBotify' && github.actor != 'imgbot[bot]'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/composite/setupNode
# Verify that no new hubs were created without adding their metadata to _routes.yml
- name: Validate Docs Routes File
run: ./.github/scripts/createDocsRoutes.sh