update lists

This commit is contained in:
2025-07-18 22:22:32 +02:00
parent 55bed3b4a1
commit 5916c5c074
3078 changed files with 331679 additions and 357255 deletions

View File

@@ -43,6 +43,7 @@ Messages</a></li>
<li><a href="#machine-learning-ops">Machine Learning Ops</a></li>
<li><a href="#build">Build</a></li>
<li><a href="#database">Database</a></li>
<li><a href="#networking">Networking</a></li>
<li><a href="#localization">Localization</a></li>
<li><a href="#fun">Fun</a></li>
<li><a href="#cheat-sheet">Cheat Sheet</a></li>
@@ -141,6 +142,9 @@ Ruby</a></li>
<li><a
href="https://github.com/actions/setup-elixir">actions/setup-elixir:
Elixir</a></li>
<li><a
href="https://github.com/julia-actions/setup-julia">actions/setup-julia:
Julia</a></li>
</ul>
<h3 id="create-your-actions">Create your Actions</h3>
<h4 id="javascript-and-typescript-actions">JavaScript and TypeScript
@@ -464,6 +468,12 @@ or pushed commits.</li>
<li><a href="https://github.com/TeamTigers/minisauras">Minisauras</a> -
Pulls all the JavaScript and CSS files from your base branch, minify
them and creates a pull-request with a new branch.</li>
<li><a href="https://github.com/PabloLec/website-to-gif">Website to
GIF</a> - Turn any webpage into a GIF to display on your README, docs,
etc.</li>
<li><a href="https://github.com/boasiHQ/interactive-inputs">Interactive
Inputs - Runtime workflow inputs</a> - Add dynamic inputs at runtime for
your GitHub Actions workflows</li>
</ul>
<h4 id="environments">Environments</h4>
<ul>
@@ -546,6 +556,8 @@ performance testing with artillery.io</a></li>
Flaky Tests with BuildPulse</a></li>
<li><a href="https://github.com/IgnusG/jest-report-action">Display
Inline Code Annotations for Jest Tests</a></li>
<li><a href="https://github.com/julia-actions/julia-runtest">Run Julia
tests</a></li>
</ul>
<h4 id="linting">Linting</h4>
<ul>
@@ -566,6 +578,10 @@ guide</a></li>
<li><a href="https://github.com/ergebnis/composer-normalize-action">Run
<code>ergebnis/composer-normalize</code> to ensure your PHP project has
a normalized <code>composer.json</code></a></li>
<li><a
href="https://github.com/raphaelstolt/lean-package-validator-action">Run
<code>stolt/lean-package-validator</code> to ensure your package has
only the required <code>runtime</code> artifacts</a></li>
<li><a href="https://github.com/ArangoGutierrez/GoLinty-Action">Run Go
lint checks on PR event</a></li>
<li><a href="https://github.com/MarvinJWendt/run-node-formatter">Node.js
@@ -1088,6 +1104,8 @@ Brainfuck</a> - Setup brainfuck interpreter.</li>
Go Binaries to GitHub Release Assets</a></li>
<li><a href="https://github.com/fabasoad/setup-cobol-action">Setup
COBOL</a></li>
<li><a href="https://github.com/madhead/check-gradle-version">Check
Gradle version</a> - Keep your Gradle version up to date.</li>
</ul>
<h3 id="database">Database</h3>
<ul>
@@ -1095,6 +1113,11 @@ COBOL</a></li>
Cassandra Schema</a> - Running scripts from the provided folder on top
of Cassandra cluster.</li>
</ul>
<h3 id="networking">Networking</h3>
<ul>
<li><a href="https://github.com/zerotier/github-action">Setup
ZeroTier</a> - Connect your runner to a ZeroTier network.</li>
</ul>
<h3 id="localization">Localization</h3>
<ul>
<li><a href="https://github.com/sobolevn/misspell-fixer-action">Find and
@@ -1159,3 +1182,5 @@ the Gist of GitHub Actions</a></li>
share. Check out <a href="contributing.md">contributing.md</a> for more
information.</p>
</blockquote>
<p><a href="https://github.com/sdras/awesome-actions">actions.md
Github</a></p>