Skip to content

doc(ext/fleet): Add instruction for setting CA fingerprint #1074

doc(ext/fleet): Add instruction for setting CA fingerprint

doc(ext/fleet): Add instruction for setting CA fingerprint #1074

Workflow file for this run

name: Documentation
on:
push:
branches: [ tls ]
pull_request:
branches: [ tls ]
jobs:
markdown-check:
name: Check Markdown
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Check links
uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
config-file: .github/workflows/mlc_config.json
- name: Lint
uses: avto-dev/markdown-lint@v1
with:
args: '**/*.md'
config: .github/workflows/lint/markdown.yaml