Skip to content

Fix: Correct 'single command' sections to actually launch proxy + Cla… #28

Fix: Correct 'single command' sections to actually launch proxy + Cla…

Fix: Correct 'single command' sections to actually launch proxy + Cla… #28

Workflow file for this run

---
name: Lint
on:
push:
branches: ["main"]
paths: ['**/*.md']
pull_request:
branches: ["main"]
paths: ['**/*.md']
workflow_dispatch:
jobs:
lint:
name: Run Linters
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- name: Install markdownlint-cli
run: npm install -g markdownlint-cli
- name: Run markdownlint
run: markdownlint '**/*.md' --config .markdownlint.json