<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: La hsen Smira</title>
    <description>The latest articles on DEV Community by La hsen Smira (@la_hsensmira_727afaa0409).</description>
    <link>https://dev.to/la_hsensmira_727afaa0409</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F1906864%2F5bdfaca7-6a44-4e3e-899c-c711145f717c.png</url>
      <title>DEV Community: La hsen Smira</title>
      <link>https://dev.to/la_hsensmira_727afaa0409</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/la_hsensmira_727afaa0409"/>
    <language>en</language>
    <item>
      <title>I Built urldn-link-check — A GitHub Action to Catch Broken Links Before They Reach Production</title>
      <dc:creator>La hsen Smira</dc:creator>
      <pubDate>Wed, 22 Jul 2026 21:27:32 +0000</pubDate>
      <link>https://dev.to/la_hsensmira_727afaa0409/i-built-urldn-link-check-a-github-action-to-catch-broken-links-before-they-reach-production-4ob4</link>
      <guid>https://dev.to/la_hsensmira_727afaa0409/i-built-urldn-link-check-a-github-action-to-catch-broken-links-before-they-reach-production-4ob4</guid>
      <description>&lt;p&gt;Documentation is often the last thing developers think about—until a broken link frustrates users or a README sends someone to a 404 page.&lt;/p&gt;

&lt;p&gt;I wanted a simple way to &lt;a href="https://www.urldn.com" rel="noopener noreferrer"&gt;automatically verify links&lt;/a&gt; in Markdown documentation during CI, so I built urldn-link-check.&lt;/p&gt;

&lt;p&gt;It's an open-source GitHub Action and CLI that scans your documentation and reports issues before they're merged.&lt;/p&gt;

&lt;p&gt;Features&lt;br&gt;
✅ Detect broken links (404/500)&lt;br&gt;
↪️ Detect redirect chains&lt;br&gt;
🔒 Detect insecure HTTP links&lt;br&gt;
📏 Find overly long URLs&lt;br&gt;
📄 Scan Markdown &amp;amp; MDX files&lt;br&gt;
⚡ Fast concurrent scanning&lt;br&gt;
💬 GitHub PR summaries&lt;br&gt;
📊 JSON &amp;amp; Markdown reports&lt;br&gt;
Installation&lt;br&gt;
npm install -D urldn-link-check&lt;/p&gt;

&lt;p&gt;or&lt;/p&gt;

&lt;p&gt;npx urldn-link-check .&lt;br&gt;
GitHub Action&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;uses: urldn/link-check@v1&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That's it.&lt;/p&gt;

&lt;p&gt;Every push or pull request can automatically verify your documentation.&lt;/p&gt;

&lt;p&gt;Why I Built It&lt;/p&gt;

&lt;p&gt;While maintaining documentation, I noticed that broken links often go unnoticed until someone reports them.&lt;/p&gt;

&lt;p&gt;Instead of checking them manually, I wanted a lightweight tool that integrates directly into GitHub Actions and fits naturally into a CI workflow.&lt;/p&gt;

&lt;p&gt;Open Source&lt;/p&gt;

&lt;p&gt;The project is MIT licensed and contributions are welcome.&lt;/p&gt;

&lt;p&gt;⭐ GitHub: &lt;a href="https://github.com/urldn/link-check" rel="noopener noreferrer"&gt;https://github.com/urldn/link-check&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;📦 npm: &lt;a href="https://www.npmjs.com/package/urldn-link-check" rel="noopener noreferrer"&gt;https://www.npmjs.com/package/urldn-link-check&lt;/a&gt;&lt;br&gt;
        &lt;a href="https://www.npmjs.com/package/urldn-link-check" rel="noopener noreferrer"&gt;https://www.npmjs.com/package/urldn-link-check&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This is the first developer tool in the &lt;a href="https://www.urldn.com" rel="noopener noreferrer"&gt;URLDN &lt;/a&gt;ecosystem, with more open-source projects planned in the future.&lt;/p&gt;

&lt;p&gt;If you have ideas or feedback, I'd love to hear them.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>githubactions</category>
      <category>typescript</category>
      <category>node</category>
    </item>
  </channel>
</rss>
