Skip to content

Remove recommended title case capitalization tool #22

Remove recommended title case capitalization tool

Remove recommended title case capitalization tool #22

Workflow file for this run

name: Lint
on:
push:
branches: [main, feature/**]
pull_request:
branches: [main]
jobs:
markdownlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Prepare Node.js
uses: actions/[email protected]
with:
node-version-file: .node-version
- name: Install deps
run: npm install -g markdownlint-cli
- name: Lint the markdown file
run: markdownlint 'README.md'