Skip to content

fix(amazon-eks-pod-identity-webhook): use correct default values for webhook.objectSelector.(matchExpressions|matchLabels) #147

fix(amazon-eks-pod-identity-webhook): use correct default values for webhook.objectSelector.(matchExpressions|matchLabels)

fix(amazon-eks-pod-identity-webhook): use correct default values for webhook.objectSelector.(matchExpressions|matchLabels) #147

Workflow file for this run

name: Markdown Lint
on: [pull_request]
jobs:
lint-changelog:
name: Lint all markdown files
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
- name: Run lint
uses: avto-dev/[email protected]
with:
args: '**/*.md'
config: 'ci/markdown-lint.yaml'