Skip to content

chore(chart): Updated kubeaid helm charts #181

chore(chart): Updated kubeaid helm charts

chore(chart): Updated kubeaid helm charts #181

Workflow file for this run

name: markdownlint
"on":
pull_request:
types:
- opened
- synchronize
jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: 20
- name: Install dependencies
run: npm install -g markdownlint-cli2@0.21.0
- name: Run markdownlint
if: ${{ github.event_name == 'pull_request' }}
run: markdownlint-cli2 "**/*.md" --config .markdownlint-cli2.yaml