mirror of
https://github.com/okalachev/flix.git
synced 2025-08-17 00:56:11 +00:00
Improve Markdown linting
* Move .markdownlint to the root so it applies to the main readme. * Improve .markdownlint, enable proper names checks. * Use markdownlint-cli2 instead of markdownlint-cli as it's more compatible with VSCode extension.
This commit is contained in:
4
.github/workflows/docs.yml
vendored
4
.github/workflows/docs.yml
vendored
@@ -17,9 +17,9 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install markdownlint
|
||||
run: npm install -g markdownlint-cli
|
||||
run: npm install -g markdownlint-cli2
|
||||
- name: Run markdownlint
|
||||
run: cd docs && markdownlint .
|
||||
run: markdownlint-cli2 "**/*.md"
|
||||
|
||||
build_book:
|
||||
runs-on: ubuntu-latest
|
||||
|
Reference in New Issue
Block a user