<?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: A.F.</title>
    <description>The latest articles on DEV Community by A.F. (@ace2932).</description>
    <link>https://dev.to/ace2932</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%2F4005999%2F2ead730b-1eb8-4838-8bdd-f4543176d881.png</url>
      <title>DEV Community: A.F.</title>
      <link>https://dev.to/ace2932</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ace2932"/>
    <language>en</language>
    <item>
      <title>I scanned 35 popular repos' GitHub Actions. Here's what's broken.</title>
      <dc:creator>A.F.</dc:creator>
      <pubDate>Sun, 28 Jun 2026 05:59:20 +0000</pubDate>
      <link>https://dev.to/ace2932/i-scanned-35-popular-repos-github-actions-heres-whats-broken-335b</link>
      <guid>https://dev.to/ace2932/i-scanned-35-popular-repos-github-actions-heres-whats-broken-335b</guid>
      <description>&lt;p&gt;The 2026 pricing changes got me curious how the projects I actually use run their CI. So I scanned 35 well-known open-source repos (vite, next.js, prisma, astro, eslint, the usual suspects) and pulled their public GitHub Actions data: recent runs, config patterns, failure rates.&lt;/p&gt;

&lt;p&gt;A few things genuinely surprised me.&lt;/p&gt;

&lt;h2&gt;
  
  
  Some workflows have been failing nearly every run. And nobody turned them off.
&lt;/h2&gt;

&lt;p&gt;The one I didn't expect: trpc has a scheduled workflow ("Lock Issues &amp;amp; PRs") that's failing nearly every run, and it's still on. Its own scorecard flags it outright: "failing almost every run." (see it: &lt;a href="https://gitspider.com/scan/trpc/trpc" rel="noopener noreferrer"&gt;https://gitspider.com/scan/trpc/trpc&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;It wasn't alone. drizzle-orm and cal.com each have a workflow stuck in the same red-forever state.&lt;/p&gt;

&lt;p&gt;This isn't a knock on those teams (they ship great software). It's how universal the "set a scheduled workflow and never look at it again" pattern is. If projects this good have one that's been red for months, most of us do too.&lt;/p&gt;

&lt;h2&gt;
  
  
  Premium runners are the norm, not the exception.
&lt;/h2&gt;

&lt;p&gt;20 of the 35 run at least some CI on macOS or Windows, which bill ~10x and ~2x a Linux minute. Free on public repos, but if you're private and on macOS, your bill is a different universe from the Linux-only projects.&lt;/p&gt;

&lt;h2&gt;
  
  
  Not one of the 35 had a clean config
&lt;/h2&gt;

&lt;p&gt;Every single repo had at least one fixable finding. Most common across all 35:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;missing job timeout: 33/35&lt;/li&gt;
&lt;li&gt;no paths filters: 32/35&lt;/li&gt;
&lt;li&gt;no concurrency cancel: 32/35&lt;/li&gt;
&lt;li&gt;push + pull_request both running the full suite: 22/35&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;None of these are hard to fix. They're just spread across dozens of workflow files, so nobody ever sits down and does it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Reliability varies more than I'd have guessed
&lt;/h2&gt;

&lt;p&gt;Failure rates ran from near-zero up to about a third of recent runs: solid ~34%, trpc ~32%, drizzle ~23%. Some is flaky tests, some is those always-red workflows dragging the average.&lt;/p&gt;




&lt;p&gt;Caveats so this is honest: these are public repos, so Actions is free for them. The dollar figures (on the scorecards) are "what it would cost at paid rates," not their bill. And the scanner samples recent runs (capped at 500), so the counts are a sample, not a 30-day total.&lt;/p&gt;

&lt;p&gt;I built the scanner (it's free, no install for public repos). The scorecards are here: &lt;a href="https://gitspider.com/showcase?ref=devto" rel="noopener noreferrer"&gt;https://gitspider.com/showcase?ref=devto&lt;/a&gt; , and you can scan your own at &lt;a href="https://gitspider.com/scan?ref=devto" rel="noopener noreferrer"&gt;https://gitspider.com/scan?ref=devto&lt;/a&gt; . Honestly the most useful thing is just checking your own repo for that one workflow that's been red for months.&lt;/p&gt;

</description>
      <category>githubactions</category>
      <category>cicd</category>
      <category>devops</category>
      <category>opensource</category>
    </item>
    <item>
      <title>I scanned 35 popular repos' GitHub Actions. Here's what's broken.</title>
      <dc:creator>A.F.</dc:creator>
      <pubDate>Sun, 28 Jun 2026 05:59:20 +0000</pubDate>
      <link>https://dev.to/ace2932/i-scanned-35-popular-repos-github-actions-heres-whats-broken-npm</link>
      <guid>https://dev.to/ace2932/i-scanned-35-popular-repos-github-actions-heres-whats-broken-npm</guid>
      <description>&lt;p&gt;The 2026 pricing changes got me curious how the projects I actually use run their CI. So I scanned 35 well-known open-source repos (vite, next.js, prisma, astro, eslint, the usual suspects) and pulled their public GitHub Actions data: recent runs, config patterns, failure rates.&lt;/p&gt;

&lt;p&gt;A few things genuinely surprised me.&lt;/p&gt;

&lt;h2&gt;
  
  
  Some workflows have been failing nearly every run. And nobody turned them off.
&lt;/h2&gt;

&lt;p&gt;The one I didn't expect: trpc has a scheduled workflow ("Lock Issues &amp;amp; PRs") that's failing nearly every run, and it's still on. Its own scorecard flags it outright: "failing almost every run." (see it: &lt;a href="https://gitspider.com/scan/trpc/trpc" rel="noopener noreferrer"&gt;https://gitspider.com/scan/trpc/trpc&lt;/a&gt;)&lt;/p&gt;

&lt;p&gt;It wasn't alone. drizzle-orm and cal.com each have a workflow stuck in the same red-forever state.&lt;/p&gt;

&lt;p&gt;This isn't a knock on those teams (they ship great software). It's how universal the "set a scheduled workflow and never look at it again" pattern is. If projects this good have one that's been red for months, most of us do too.&lt;/p&gt;

&lt;h2&gt;
  
  
  Premium runners are the norm, not the exception.
&lt;/h2&gt;

&lt;p&gt;20 of the 35 run at least some CI on macOS or Windows, which bill ~10x and ~2x a Linux minute. Free on public repos, but if you're private and on macOS, your bill is a different universe from the Linux-only projects.&lt;/p&gt;

&lt;h2&gt;
  
  
  Not one of the 35 had a clean config
&lt;/h2&gt;

&lt;p&gt;Every single repo had at least one fixable finding. Most common across all 35:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;missing job timeout: 33/35&lt;/li&gt;
&lt;li&gt;no paths filters: 32/35&lt;/li&gt;
&lt;li&gt;no concurrency cancel: 32/35&lt;/li&gt;
&lt;li&gt;push + pull_request both running the full suite: 22/35&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;None of these are hard to fix. They're just spread across dozens of workflow files, so nobody ever sits down and does it.&lt;/p&gt;

&lt;h2&gt;
  
  
  Reliability varies more than I'd have guessed
&lt;/h2&gt;

&lt;p&gt;Failure rates ran from near-zero up to about a third of recent runs: solid ~34%, trpc ~32%, drizzle ~23%. Some is flaky tests, some is those always-red workflows dragging the average.&lt;/p&gt;




&lt;p&gt;Caveats so this is honest: these are public repos, so Actions is free for them. The dollar figures (on the scorecards) are "what it would cost at paid rates," not their bill. And the scanner samples recent runs (capped at 500), so the counts are a sample, not a 30-day total.&lt;/p&gt;

&lt;p&gt;I built the scanner (it's free, no install for public repos). The scorecards are here: &lt;a href="https://gitspider.com/showcase?ref=devto" rel="noopener noreferrer"&gt;https://gitspider.com/showcase?ref=devto&lt;/a&gt; , and you can scan your own at &lt;a href="https://gitspider.com/scan?ref=devto" rel="noopener noreferrer"&gt;https://gitspider.com/scan?ref=devto&lt;/a&gt; . Honestly the most useful thing is just checking your own repo for that one workflow that's been red for months.&lt;/p&gt;

</description>
      <category>githubactions</category>
      <category>cicd</category>
      <category>devops</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
