Skip to content

Commit

Permalink
[test commit lint] squash this commit
Browse files Browse the repository at this point in the history
Signed-off-by: Yi Huang <[email protected]>
  • Loading branch information
0yi0 committed Dec 4, 2024
1 parent 221a7e5 commit 16cf8b0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ name: super-linter

on:
push:
branches: [ main ]
branches: [main]
pull_request:
branches: [ main ]
branches: [main]

jobs:
lint:
Expand Down
12 changes: 6 additions & 6 deletions .markdown-lint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
MD007:
indent: 2 # Unordered list indentation
MD013:
line_length: 999 # Line length 80 is far to short. We allow soft wrapped paragraphs and raw code outputs
MD029: false # Ordered list item prefix
MD033: false # Allow inline HTML
MD007: # Unordered list indentation
indent: 2 # Consider disable MD005 if things fail on ordered list
MD013: # Line length 80 is far to short
line_length: 999 # We allow soft wrapped paragraphs and raw code outputs
MD029: false # Ordered list item prefix
MD033: false # Allow inline HTML

0 comments on commit 16cf8b0

Please sign in to comment.