Skip to content

Add changelog for v1.16.1 #2638

Add changelog for v1.16.1

Add changelog for v1.16.1 #2638

Workflow file for this run

name: Lint Documentation
on:
push:
paths:
- "**.md"
branches:
- main
pull_request:
paths: "**.md"
permissions:
contents: read
jobs:
markdown-link-check:
name: Broken Links
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@5c7944e73c4c2a096b17a9cb74d65b6c2bbafbde # v2.9.1
with:
egress-policy: audit
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 # v1
with:
use-quiet-mode: 'yes'
config-file: .markdownlinkcheck.json