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

@@ -4,13 +4,13 @@
 
 Awesome Actions !Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome) !GitHub Actions status | sdras/awesome-actions 
 (https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.svg) (https://github.com/sdras/awesome-actions/actions?workflow=Lint+Awesome+List)
 Awesome Actions !Awesome (https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg) (https://github.com/sindresorhus/awesome) !GitHub Actions status | sdras/awesome-actions 
 (https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.svg) (https://github.com/sdras/awesome-actions/actions?workflow=Lint+Awesome+List)
▐ A curated list of awesome things related to GitHub Actions.
Actions are triggered by GitHub platform events directly in a repo and run on-demand workflows either on Linux, Windows or macOS virtual machines or inside a container in response. With GitHub Actions you can automate your workflow from
idea to production.
Actions are triggered by GitHub platform events directly in a repo and run on-demand workflows either on Linux, Windows or macOS virtual machines or inside a container in response. With GitHub Actions you can automate your workflow from idea to 
production.
Contents
@@ -34,6 +34,7 @@
 - Machine Learning Ops (#machine-learning-ops)
 - Build (#build)
 - Database (#database)
 - Networking (#networking)
 - Localization (#localization)
 - Fun (#fun)
 - Cheat Sheet (#cheat-sheet)
@@ -92,6 +93,7 @@
- actions/setup-java: Java (https://github.com/actions/setup-java)
- actions/setup-ruby: Ruby (https://github.com/actions/setup-ruby)
- actions/setup-elixir: Elixir (https://github.com/actions/setup-elixir)
- actions/setup-julia: Julia (https://github.com/julia-actions/setup-julia)
Create your Actions
@@ -230,6 +232,8 @@
- GitHub Action Locks (https://github.com/abatilo/github-action-locks/blob/master/README.md) - Guarantee atomic execution of your GitHub Action workflows.
- Paths Filter (https://github.com/dorny/paths-filter) - Conditionally run actions based on files modified by PR, feature branch or pushed commits.
- Minisauras (https://github.com/TeamTigers/minisauras) - Pulls all the JavaScript and CSS files from your base branch, minify them and creates a pull-request with a new branch.
- Website to GIF (https://github.com/PabloLec/website-to-gif) - Turn any webpage into a GIF to display on your README, docs, etc.
- Interactive Inputs - Runtime workflow inputs (https://github.com/boasiHQ/interactive-inputs) - Add dynamic inputs at runtime for your GitHub Actions workflows
Environments
@@ -273,6 +277,7 @@
- Run performance testing with artillery.io (https://github.com/kenju/github-actions-artillery)
- Detect Flaky Tests with BuildPulse (https://github.com/Workshop64/buildpulse-action)
- Display Inline Code Annotations for Jest Tests (https://github.com/IgnusG/jest-report-action)
- Run Julia tests (https://github.com/julia-actions/julia-runtest)
Linting
@@ -283,6 +288,7 @@
- Lint terraform files using tflint, with reviewdog output on the PR (https://github.com/reviewdog/action-tflint)
- autopep8: Automatically formats Python code to conform to the PEP 8 style guide (https://github.com/peter-evans/autopep8)
- Run ergebnis/composer-normalize to ensure your PHP project has a normalized composer.json (https://github.com/ergebnis/composer-normalize-action)
- Run stolt/lean-package-validator to ensure your package has only the required runtime artifacts (https://github.com/raphaelstolt/lean-package-validator-action)
- Run Go lint checks on PR event (https://github.com/ArangoGutierrez/GoLinty-Action)
- Node.js - Automatically run the format and/or lint script used by the package (https://github.com/MarvinJWendt/run-node-formatter)
- Stylelinter - GitHub Action that runs stylelint (https://github.com/exelban/stylelint)
@@ -527,11 +533,16 @@
- Setup Brainfuck (https://github.com/fabasoad/setup-brainfuck-action) - Setup brainfuck interpreter.
- Publish Go Binaries to GitHub Release Assets (https://github.com/wangyoucao577/go-release-action)
- Setup COBOL (https://github.com/fabasoad/setup-cobol-action)
- Check Gradle version (https://github.com/madhead/check-gradle-version) - Keep your Gradle version up to date.
Database
- Setup Cassandra Schema (https://github.com/fabasoad/setup-cassandra-action) - Running scripts from the provided folder on top of Cassandra cluster.
Networking
- Setup ZeroTier (https://github.com/zerotier/github-action) - Connect your runner to a ZeroTier network.
Localization
- Find and automatically fix typos and grammar issues in your code (https://github.com/sobolevn/misspell-fixer-action)
@@ -561,3 +572,5 @@
- Getting the Gist of GitHub Actions (https://gist.github.com/br3ndonland/f9c753eb27381f97336aa21b8d932be6)
▐ Please don't hesitate to make a PR if you have more resources to share. Check out contributing.md (contributing.md) for more information.
actions Github: https://github.com/sdras/awesome-actions