Skip to content

faq.md: Add info on where to buy suzyQ cable #79

faq.md: Add info on where to buy suzyQ cable

faq.md: Add info on where to buy suzyQ cable #79

Workflow file for this run

name: Markdown lint
on:
push:
branches: main
pull_request:
branches: main
jobs:
markdownlint:
name: markdownlint-cli
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: DavidAnson/markdownlint-cli2-action@v16
id: linter
with:
globs: '**/*.md, !index.md'
config: '.markdownlint.jsonc'
fix: true