Skip to content

Create Accelo.md

Create Accelo.md #445

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