Skip to content

feat(lb): implement Regional External load balancer support for S3NS compatibility #386

feat(lb): implement Regional External load balancer support for S3NS compatibility

feat(lb): implement Regional External load balancer support for S3NS compatibility #386

Workflow file for this run

# Check for broken links
name: Link-check
on:
push:
paths:
- "docs/**"
branches:
- main
pull_request:
types: [opened, synchronize, reopened]
paths: "docs/**"
permissions: {}
jobs:
lint_docs:
name: Broken Links
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
with:
persist-credentials: false
- uses: gaurav-nelson/github-action-markdown-link-check@3c3b66f1f7d0900e37b71eca45b63ea9eedfce31 # v1.0.17
with:
use-quiet-mode: 'yes'
config-file: ".markdownlinkcheck.json"