Skip to content

Commit

Permalink
ci: 🤖 Fix MD013
Browse files Browse the repository at this point in the history
  • Loading branch information
frack113 committed Oct 26, 2024
1 parent f640bd7 commit 32b5416
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ jobs:
uses: actions/checkout@v4
- name: Lint Markdown code
uses: DavidAnson/markdownlint-cli2-action@v17
with:
config: 'config/custom.markdownlint.jsonc'
globs: '**/*.md'
clippy:
name: Lint with Clippy
runs-on: windows-latest
Expand Down
4 changes: 4 additions & 0 deletions .markdownlint-cli2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,7 @@ config:
no-inline-html: false
gitignore: true
globs: ['**.md']

MD013:
line_length: 160
tables: false
3 changes: 0 additions & 3 deletions config/custom.markdownlint.jsonc

This file was deleted.

0 comments on commit 32b5416

Please sign in to comment.