Skip to content

Commit

Permalink
revert: ⏪ Change MD length to 120
Browse files Browse the repository at this point in the history
  • Loading branch information
frack113 committed Oct 26, 2024
1 parent 4e37194 commit f640bd7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4
- name: Lint Markdown code
uses: DavidAnson/markdownlint-cli2-action@v16
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
3 changes: 3 additions & 0 deletions config/custom.markdownlint.jsonc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"line_length": 120
}

0 comments on commit f640bd7

Please sign in to comment.