Skip to content

add support for configuring the VPC interface #321

add support for configuring the VPC interface

add support for configuring the VPC interface #321

Workflow file for this run

name: Check for broken links
on:
push:
branches:
- '*'
paths:
- 'README.md'
- 'docs/**'
permissions:
contents: read
jobs:
markdown-link-check:
name: Broken Links
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@v2
with:
egress-policy: audit
- uses: actions/checkout@v4
- uses: gaurav-nelson/github-action-markdown-link-check@v1
with:
use-quiet-mode: 'yes'
config-file: .markdownlinkcheck.json