mirror of
https://github.com/sdras/awesome-actions.git
synced 2024-10-01 00:55:38 -04:00
Merge branch 'main' into patch-1
This commit is contained in:
commit
70cff98cd2
@ -32,6 +32,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
|
|||||||
- [Machine Learning Ops](#machine-learning-ops)
|
- [Machine Learning Ops](#machine-learning-ops)
|
||||||
- [Build](#build)
|
- [Build](#build)
|
||||||
- [Database](#database)
|
- [Database](#database)
|
||||||
|
- [Networking](#networking)
|
||||||
- [Localization](#localization)
|
- [Localization](#localization)
|
||||||
- [Fun](#fun)
|
- [Fun](#fun)
|
||||||
- [Cheat Sheet](#cheat-sheet)
|
- [Cheat Sheet](#cheat-sheet)
|
||||||
@ -229,6 +230,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
|
|||||||
- [Paths Filter](https://github.com/dorny/paths-filter) - Conditionally run actions based on files modified by PR, feature branch or pushed commits.
|
- [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.
|
- [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.
|
- [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
|
#### Environments
|
||||||
|
|
||||||
@ -282,6 +284,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
|
|||||||
- [Lint terraform files using tflint, with reviewdog output on the PR](https://github.com/reviewdog/action-tflint)
|
- [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)
|
- [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 `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)
|
- [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)
|
- [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)
|
- [Stylelinter - GitHub Action that runs stylelint](https://github.com/exelban/stylelint)
|
||||||
@ -526,11 +529,16 @@ Set up your GitHub Actions workflow with a specific version of your programming
|
|||||||
- [Setup Brainfuck](https://github.com/fabasoad/setup-brainfuck-action) - Setup brainfuck interpreter.
|
- [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)
|
- [Publish Go Binaries to GitHub Release Assets](https://github.com/wangyoucao577/go-release-action)
|
||||||
- [Setup COBOL](https://github.com/fabasoad/setup-cobol-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
|
### Database
|
||||||
|
|
||||||
- [Setup Cassandra Schema](https://github.com/fabasoad/setup-cassandra-action) - Running scripts from the provided folder on top of Cassandra cluster.
|
- [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
|
### Localization
|
||||||
|
|
||||||
- [Find and automatically fix typos and grammar issues in your code](https://github.com/sobolevn/misspell-fixer-action)
|
- [Find and automatically fix typos and grammar issues in your code](https://github.com/sobolevn/misspell-fixer-action)
|
||||||
|
Loading…
Reference in New Issue
Block a user