Skip to content

Update TLS configuration docs #3713

Update TLS configuration docs

Update TLS configuration docs #3713

Workflow file for this run

name: validate
on:
pull_request:
paths:
- .github/workflows/validate.yml
- linkerd.io/**
jobs:
linkerd_io:
name: Validate generated HTML
runs-on: ubuntu-latest
steps:
- uses: linkerd/dev/actions/setup-tools@v47
- name: Checkout code
uses: actions/checkout@v5
- name: On create
run: .devcontainer/on-create.sh
- name: Lint markdown
run: |
make lint
- name: Lint html and check for dead links
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
make check