Skip to content

Document how to deploy Control Center with a custom ingress #7894

Document how to deploy Control Center with a custom ingress

Document how to deploy Control Center with a custom ingress #7894

Workflow file for this run

name: lint
on: [pull_request]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: errata-ai/vale-action@reviewdog
with:
files: articles
vale_flags: "--config=.vale-pr.ini"
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}