Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misc small updates #38

Closed
wants to merge 7 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
ci: 🤖 Update lint/markdownlint-cli2
frack113 committed Oct 27, 2024
commit 15fcd8986b67c4cf753b05b2239ea1a9aefa3b12
2 changes: 2 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
@@ -40,6 +40,8 @@ jobs:
uses: actions/checkout@v4
- name: Lint Markdown code
uses: DavidAnson/markdownlint-cli2-action@v17
with:
globs: '**/*.md'
clippy:
name: Lint with Clippy
runs-on: windows-latest
12 changes: 7 additions & 5 deletions .markdownlint.yaml
Original file line number Diff line number Diff line change
@@ -2,8 +2,10 @@
# SPDX-FileCopyrightText: 2023 The WAG development team
#
# SPDX-License-Identifier: CC0-1.0
config:
first-line-h1: false
no-inline-html: false
gitignore: true
globs: ['**.md']
# Ref:
# https://github.com/DavidAnson/markdownlint/blob/main/schema/.markdownlint.yaml
MD013:
line_length: 138
MD025: false
MD033: false
MD041: false