From ba4382238b7c880a7cf1238b8c1d0e5713571087 Mon Sep 17 00:00:00 2001 From: Siarhei Date: Sun, 18 Sep 2022 19:18:07 +0200 Subject: [PATCH 1/5] Add madhead/check-gradle-version to the "Build" section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index acda007..0651d06 100644 --- a/README.md +++ b/README.md @@ -525,6 +525,7 @@ 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. - [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 From f0c3700d87fae7e6c7a187bee1e19cbc810aaa5c Mon Sep 17 00:00:00 2001 From: Sean OMeara Date: Sun, 18 Dec 2022 14:28:39 +0100 Subject: [PATCH 2/5] add link to ZeroTier action --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index acda007..518b718 100644 --- a/README.md +++ b/README.md @@ -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) - [Build](#build) - [Database](#database) + - [Netorking](#networking) - [Localization](#localization) - [Fun](#fun) - [Cheat Sheet](#cheat-sheet) @@ -530,6 +531,10 @@ Set up your GitHub Actions workflow with a specific version of your programming - [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) From faf5be77dca23a7544da30fff86ba77cf6d8535a Mon Sep 17 00:00:00 2001 From: Sean OMeara Date: Tue, 24 Jan 2023 09:35:47 +0100 Subject: [PATCH 3/5] Update README.md Co-authored-by: Stephen Edgar --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 518b718..efc1281 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Machine Learning Ops](#machine-learning-ops) - [Build](#build) - [Database](#database) - - [Netorking](#networking) + - [Networking](#networking) - [Localization](#localization) - [Fun](#fun) - [Cheat Sheet](#cheat-sheet) From 500edcc78636542995a4e19e25ee51196fa65ca3 Mon Sep 17 00:00:00 2001 From: Raphael Stolt Date: Wed, 1 Nov 2023 13:30:37 +0100 Subject: [PATCH 4/5] Add new lint action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index acda007..1ad6c4f 100644 --- a/README.md +++ b/README.md @@ -281,6 +281,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) - [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) From 5153ef3433890bf09babe2b23079043adf6fd523 Mon Sep 17 00:00:00 2001 From: Leon Silcott Date: Sun, 1 Sep 2024 20:37:45 +0100 Subject: [PATCH 5/5] Add an action for Interactive Inputs --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index acda007..0fad5ef 100644 --- a/README.md +++ b/README.md @@ -228,6 +228,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [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. +- [Interactive Inputs - Runtime workflow inputs](https://github.com/boasiHQ/interactive-inputs) - Add dynamic inputs at runtime for your GitHub Actions workflows #### Environments