Skip to content

feat: add img repo v5 #33

feat: add img repo v5

feat: add img repo v5 #33

Workflow file for this run

name: Markdown Lint
on:
pull_request:
branches: [main]
paths:
- 'README.md'
jobs:
markdown-lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: '20'
- name: Install markdownlint-cli
run: npm install -g markdownlint-cli
- name: Run markdownlint
run: markdownlint --config .github/workflows/makrdownlint-config/markdownlint.json --rules .github/workflows/makrdownlint-config/detect-duplicates-in-section.js 'README.md'