<?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: jadeja shaktisinh </title>
    <description>The latest articles on DEV Community by jadeja shaktisinh  (@jadeja_shaktisinh).</description>
    <link>https://dev.to/jadeja_shaktisinh</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3760005%2F3c71b61a-fcd3-4874-9000-2412ca89dec6.jpg</url>
      <title>DEV Community: jadeja shaktisinh </title>
      <link>https://dev.to/jadeja_shaktisinh</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/jadeja_shaktisinh"/>
    <language>en</language>
    <item>
      <title>We’re building gh-git-action-cli — an open-source local GitHub Actions runner in Go</title>
      <dc:creator>jadeja shaktisinh </dc:creator>
      <pubDate>Fri, 22 May 2026 07:24:32 +0000</pubDate>
      <link>https://dev.to/jadeja_shaktisinh/were-building-gh-git-action-cli-an-open-source-local-github-actions-runner-in-go-143k</link>
      <guid>https://dev.to/jadeja_shaktisinh/were-building-gh-git-action-cli-an-open-source-local-github-actions-runner-in-go-143k</guid>
      <description>&lt;p&gt;We started building gh-git-action-cli, a GitHub CLI extension that executes .github/workflows/ locally instead of relying on GitHub-hosted runners.&lt;/p&gt;

&lt;p&gt;The goal is simple:&lt;br&gt;
make CI feedback loops faster, safer, and fully local.&lt;/p&gt;

&lt;p&gt;Problems we wanted to solve:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;waiting several minutes for GitHub Actions to fail on small mistakes&lt;/li&gt;
&lt;li&gt;constantly syncing secrets to cloud runners&lt;/li&gt;
&lt;li&gt;burning GitHub Actions minutes during development/testing&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Current features:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Parses GitHub workflow YAML locally&lt;/li&gt;
&lt;li&gt;Executes jobs using native shell processes or Docker&lt;/li&gt;
&lt;li&gt;Injects local .env secrets directly into runtime memory&lt;/li&gt;
&lt;li&gt;Blocks broken pushes using local git hooks&lt;/li&gt;
&lt;li&gt;Bubble Tea TUI for workflow selection/logging&lt;/li&gt;
&lt;li&gt;Local execution analytics using bbolt&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Stack:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Go&lt;/li&gt;
&lt;li&gt;Cobra&lt;/li&gt;
&lt;li&gt;Bubble Tea / Lip Gloss&lt;/li&gt;
&lt;li&gt;Viper&lt;/li&gt;
&lt;li&gt;Go-YAML&lt;/li&gt;
&lt;li&gt;bbolt&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;We initially used AI tools to bootstrap the setup and get a working prototype running quickly. Now we want to grow it into a serious production-grade open-source utility with community help.&lt;/p&gt;

&lt;p&gt;We’re looking for:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Go developers&lt;/li&gt;
&lt;li&gt;DevOps / CI-CD engineers&lt;/li&gt;
&lt;li&gt;TUI designers&lt;/li&gt;
&lt;li&gt;testers who enjoy breaking things&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;GitHub Repo:&lt;br&gt;
&lt;a href="https://github.com/jadejashaktisinh/gh-git-action-cli" rel="noopener noreferrer"&gt;https://github.com/jadejashaktisinh/gh-git-action-cli&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love feedback, contributors, or architecture suggestions from the community.&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>cicd</category>
      <category>git</category>
      <category>github</category>
    </item>
  </channel>
</rss>
