Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# testing
just -testing
this is a readme
---

new line added
--
Comment on lines +6 to +7
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Fix markdown heading style violation.

Lines 6–7 form a setext-style heading (underlined), which violates the project's atx-style convention. If this is intended to be a heading, use the # prefix instead.

Apply this diff to fix the style violation:

-new line added
---
+# new line added

Alternatively, if this should not be a heading, remove or adjust the -- on line 7.

Committable suggestion skipped: line range outside the PR's diff.

🧰 Tools
🪛 markdownlint-cli2 (0.18.1)

6-6: Heading style
Expected: atx; Actual: setext

(MD003, heading-style)

🤖 Prompt for AI Agents
In README.md around lines 6 to 7, lines 6–7 currently form a setext-style
heading using an underline of dashes which violates the project's ATX-style
heading convention; replace the setext underline with an ATX heading by
prefixing the heading text on line 6 with one or more '#' characters (e.g., "#
Your Heading") or, if the text is not intended as a heading, remove the dashed
underline on line 7 so the line becomes normal paragraph text.

testing webhook
1 change: 1 addition & 0 deletions index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
// this is a ts file