[No QA] Docs updates for E/A#95057 Add Link company card to Getting started slot #8414
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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: blacksmith-4vcpu-ubuntu-2404 | |
| steps: | |
| - uses: useblacksmith/checkout@1c9394c220d293645707b625ba9d79685f093a8f # v1 | |
| - 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 |