Skip to content

Update amazon/amazon-eks-pod-identity-webhook Docker tag to v0.5.1 #87

Update amazon/amazon-eks-pod-identity-webhook Docker tag to v0.5.1

Update amazon/amazon-eks-pod-identity-webhook Docker tag to v0.5.1 #87

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'