From 1cc39921417640b837a96a51ecf63cc4f32e12fa Mon Sep 17 00:00:00 2001 From: Thomas Schoffelen Date: Mon, 31 Dec 2018 19:58:17 +0100 Subject: [PATCH 01/11] Added `gha` script link. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe06aa8..c8ee525 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de ### Community Resources +- [Test your Actions Locally](https://github.com/tschoffelen/gha) - [Deploy a Node.js App to Azure](https://github.com/sdras/example-azure-node) - [Use HashiCorp's Terraform](https://github.com/hashicorp/terraform-github-actions) - [Trigger emails with release notes with SendGrid](https://github.com/bitoiu/release-notify-action) From 780df89fb63ece88b154449ab02fad213d14d6d0 Mon Sep 17 00:00:00 2001 From: Jeremy Shore Date: Tue, 15 Jan 2019 09:35:20 -0600 Subject: [PATCH 02/11] Add Github Action for Firebase --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe06aa8..be9fd11 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Declaratively setup GitHub Labels](https://github.com/lannonbr/issue-label-manager-action) - [GitHub Actions for Yarn](https://github.com/Borales/actions-yarn) - [Snyk CLI Test Action](https://github.com/clarkio/snyk-cli-action) +- [Github Action for Firebase](https://github.com/w9jds/firebase-action) ### Tutorials From 79762f92f48240be7ddc42dab9a46fe247d5c490 Mon Sep 17 00:00:00 2001 From: Casey Lee Date: Tue, 15 Jan 2019 07:56:23 -0800 Subject: [PATCH 03/11] Link to `nektos/act` to run GitHub Actions locally --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe06aa8..9b98d54 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Declaratively setup GitHub Labels](https://github.com/lannonbr/issue-label-manager-action) - [GitHub Actions for Yarn](https://github.com/Borales/actions-yarn) - [Snyk CLI Test Action](https://github.com/clarkio/snyk-cli-action) +- [Run GitHub Actions Locally](https://github.com/nektos/act) ### Tutorials From e9710eda678a52b52ea9bf7e38373225576309d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Andrieu?= Date: Thu, 17 Jan 2019 12:49:05 +0100 Subject: [PATCH 04/11] Added 4 actions for PHP ecosystem --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fe06aa8..817f1d9 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,10 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Declaratively setup GitHub Labels](https://github.com/lannonbr/issue-label-manager-action) - [GitHub Actions for Yarn](https://github.com/Borales/actions-yarn) - [Snyk CLI Test Action](https://github.com/clarkio/snyk-cli-action) - +- [PHP Code fixer Action](https://github.com/OskarStark/php-cs-fixer-ga) +- [PHPStan Static code analyzer Action](https://github.com/OskarStark/phpstan-ga) +- [PHPQA toolsuite Action](https://github.com/mickaelandrieu/phpqa-ga) +- [PHP Psalm Static code analyzer Action](https://github.com/mickaelandrieu/psalm-ga) ### Tutorials From e673c7e819bfc9f1d9d83fbc4c8c09b634501490 Mon Sep 17 00:00:00 2001 From: Ajit Bohra Date: Fri, 18 Jan 2019 00:03:27 +0530 Subject: [PATCH 05/11] Add actions by lubusIN --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fe06aa8..a5116de 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,8 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Declaratively setup GitHub Labels](https://github.com/lannonbr/issue-label-manager-action) - [GitHub Actions for Yarn](https://github.com/Borales/actions-yarn) - [Snyk CLI Test Action](https://github.com/clarkio/snyk-cli-action) +- [Create Release Archive](https://github.com/lubusIN/actions/tree/master/archive) +- [Publish WordPress Plugin](https://github.com/lubusIN/actions/tree/master/wordpress) ### Tutorials From 6327ab3afad73caa0b3343fea9de5268b411ceac Mon Sep 17 00:00:00 2001 From: Steve Winton Date: Tue, 22 Jan 2019 10:58:38 -0600 Subject: [PATCH 06/11] Add swinton/httpie-action --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fe06aa8..438d6d3 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Declaratively setup GitHub Labels](https://github.com/lannonbr/issue-label-manager-action) - [GitHub Actions for Yarn](https://github.com/Borales/actions-yarn) - [Snyk CLI Test Action](https://github.com/clarkio/snyk-cli-action) - +- [General purpose HTTP client for Actions, wrapping HTTPie](https://github.com/swinton/httpie-action) ### Tutorials From 0aef019fb7dd3353df3567694e6f938e4a320863 Mon Sep 17 00:00:00 2001 From: Shaleen Jain Date: Wed, 23 Jan 2019 13:18:06 +0530 Subject: [PATCH 07/11] Add deploy zola github action This actions builds and deploys a [zola](https://github.com/getzola/zola) site to GitHub pages --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fe06aa8..9212cc7 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Declaratively setup GitHub Labels](https://github.com/lannonbr/issue-label-manager-action) - [GitHub Actions for Yarn](https://github.com/Borales/actions-yarn) - [Snyk CLI Test Action](https://github.com/clarkio/snyk-cli-action) +- [Deploy a Zola site to GitHub Pages](https://github.com/shalzz/zola-deploy-action) ### Tutorials From ff528c58fd7e5cce8e00bf21264d24982538802f Mon Sep 17 00:00:00 2001 From: vgaidarji Date: Sun, 27 Jan 2019 14:20:24 +0200 Subject: [PATCH 08/11] Add link to Android GitHub Actions Repository with Android build and emulator actions: https://github.com/vgaidarji/android-github-actions --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 46e43bb..c21dd62 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,8 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [GitHub Action for Gatsby CLI](https://github.com/jzweifel/gatsby-cli-github-action) - [Send a Discord notification](https://github.com/Ilshidur/action-discord) - [GraphQL Inspector Action](https://github.com/kamilkisiela/graphql-inspector) +- [Android Build and Emulator Actions](https://github.com/vgaidarji/android-github-actions) + ### Tutorials From 94c50742564eed24076e42f608a8fa42d2b3bed7 Mon Sep 17 00:00:00 2001 From: jwr Date: Sun, 27 Jan 2019 14:28:59 -0500 Subject: [PATCH 09/11] add jwr0/dockerfile-linter-action Dockerfile linter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 46e43bb..9a10f3d 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [GitHub Action for Gatsby CLI](https://github.com/jzweifel/gatsby-cli-github-action) - [Send a Discord notification](https://github.com/Ilshidur/action-discord) - [GraphQL Inspector Action](https://github.com/kamilkisiela/graphql-inspector) +- [Lint a Dockerfile (using replicatedhq/dockerfilelint)](https://github.com/jwr0/dockerfile-linter-action) ### Tutorials From 66a30fbc071ad71548180fb4add4d5c55dc9a9b9 Mon Sep 17 00:00:00 2001 From: Thomas Schoffelen Date: Mon, 28 Jan 2019 07:03:39 +0100 Subject: [PATCH 10/11] Add GHA link to bottom of list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index da22e5c..976d7bd 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Send a Discord notification](https://github.com/Ilshidur/action-discord) - [GraphQL Inspector Action](https://github.com/kamilkisiela/graphql-inspector) - [Build Hugo static content site and publish it to gh-pages branch](https://github.com/khanhicetea/gh-actions-hugo-deploy-gh-pages) +- [Test your Actions Locally](https://github.com/tschoffelen/gha) ### Tutorials From 3cac7f70ea2449e1ad4186fb5431a104b8505ce5 Mon Sep 17 00:00:00 2001 From: Bruno Tavares Date: Thu, 24 Jan 2019 14:07:19 -0200 Subject: [PATCH 11/11] Add link to linters and autofixers This commit points to a quite alpha, but working set of linters. For linters which support autofixing issues, the actions are also capable of either automatically fixing on `push`, and or autofixing via Review comments. So far, list list contains the following linters (and more to come): | Action | Description | Lint on Push | Fix with Review | Autofix on Push | |------------------------------|-------------------------------|--------------|-------------------|-------------------| | cljfmt | Clojure formatter | x | x | x | | clippy | Rust linter | x | x (Partial fixes) | x (Partial fixes) | | dartfmt | Dart (and Flutter) formatter | x | x | x | | pwshfmt | Powershell Formatter | x | x | x | | rubocop | Ruby linter | x | x | x | | rustfmt | Rust formatter | x | x | x | | shfmt | Shell formatter | x | x | x | | tslint | TypeScript lint and formatter | x | x | x | | dartanalyzer | Dart (and Flutter) linter | x | | | | hadolint | Dockerfile linter | x | | | | kubeval | Kubernets (k8s) linter | x | | | | mdlint | Markdown linting | x | | | | shellcheck | Bash linter | x | | | --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index da22e5c..73f8fb5 100644 --- a/README.md +++ b/README.md @@ -76,6 +76,8 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [GraphQL Inspector Action](https://github.com/kamilkisiela/graphql-inspector) - [Build Hugo static content site and publish it to gh-pages branch](https://github.com/khanhicetea/gh-actions-hugo-deploy-gh-pages) +### Collection of actions +- [Many linters and autofixers for various languages../](https://github.com/bltavares/actions) ### Tutorials