chore: Add e2e tests to validate hubble-relay and hubble-ui deployment #3240
Workflow file for this run
This file contains 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: Markdown Lint | |
on: | |
merge_group: | |
pull_request: | |
branches: [main] | |
jobs: | |
markdownlint: | |
if: ${{ github.event_name != 'merge_group' }} | |
name: markdownlint | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v4 | |
- uses: DavidAnson/markdownlint-cli2-action@v9 | |
with: | |
command: config | |
globs: | | |
.github/.markdownlint.json | |
**/*.md |