Skip to content

Commit 70cff98

Browse files
authored
Merge branch 'main' into patch-1
2 parents 4f1f752 + 1084a60 commit 70cff98

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de
3232
- [Machine Learning Ops](#machine-learning-ops)
3333
- [Build](#build)
3434
- [Database](#database)
35+
- [Networking](#networking)
3536
- [Localization](#localization)
3637
- [Fun](#fun)
3738
- [Cheat Sheet](#cheat-sheet)
@@ -229,6 +230,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
229230
- [Paths Filter](https://github.com/dorny/paths-filter) - Conditionally run actions based on files modified by PR, feature branch or pushed commits.
230231
- [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.
231232
- [Website to GIF](https://github.com/PabloLec/website-to-gif) - Turn any webpage into a GIF to display on your README, docs, etc.
233+
- [Interactive Inputs - Runtime workflow inputs](https://github.com/boasiHQ/interactive-inputs) - Add dynamic inputs at runtime for your GitHub Actions workflows
232234

233235
#### Environments
234236

@@ -282,6 +284,7 @@ Set up your GitHub Actions workflow with a specific version of your programming
282284
- [Lint terraform files using tflint, with reviewdog output on the PR](https://github.com/reviewdog/action-tflint)
283285
- [autopep8: Automatically formats Python code to conform to the PEP 8 style guide](https://github.com/peter-evans/autopep8)
284286
- [Run `ergebnis/composer-normalize` to ensure your PHP project has a normalized `composer.json`](https://github.com/ergebnis/composer-normalize-action)
287+
- [Run `stolt/lean-package-validator` to ensure your package has only the required `runtime` artifacts](https://github.com/raphaelstolt/lean-package-validator-action)
285288
- [Run Go lint checks on PR event](https://github.com/ArangoGutierrez/GoLinty-Action)
286289
- [Node.js - Automatically run the `format` and/or `lint` script used by the package](https://github.com/MarvinJWendt/run-node-formatter)
287290
- [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
526529
- [Setup Brainfuck](https://github.com/fabasoad/setup-brainfuck-action) - Setup brainfuck interpreter.
527530
- [Publish Go Binaries to GitHub Release Assets](https://github.com/wangyoucao577/go-release-action)
528531
- [Setup COBOL](https://github.com/fabasoad/setup-cobol-action)
532+
- [Check Gradle version](https://github.com/madhead/check-gradle-version) - Keep your Gradle version up to date.
529533

530534
### Database
531535

532536
- [Setup Cassandra Schema](https://github.com/fabasoad/setup-cassandra-action) - Running scripts from the provided folder on top of Cassandra cluster.
533537

538+
### Networking
539+
540+
- [Setup ZeroTier](https://github.com/zerotier/github-action) - Connect your runner to a ZeroTier network.
541+
534542
### Localization
535543

536544
- [Find and automatically fix typos and grammar issues in your code](https://github.com/sobolevn/misspell-fixer-action)

0 commit comments

Comments
 (0)