From 3032f748ed970ab52adfbccfe4f6cd3e5e4ef90a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Pogeant?= Date: Mon, 13 Apr 2020 17:01:27 +0200 Subject: [PATCH 1/4] Add Gofmt action inside Dynamic Analysis section --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index aa100c4..a9e3e1b 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Collection of Actions](#collection-of-actions) - [Utility](#utility) - [Static Analysis](#static-analysis) + - [Dynamic Analysis](#dynamic-analysis) - [Monitoring](#monitoring) - [Pull Requests](#pull-requests) - [GitHub Pages](#github-pages) @@ -286,6 +287,10 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Publishing code coverage to CodeClimate](https://github.com/paambaati/codeclimate-action) - [Update repository go report card](https://github.com/creekorful/goreportcard-action) +### Dynamic Analysis + +- [Run Gofmt to check Golang code formatting](https://github.com/Jerome1337/gofmt-action) + ### Monitoring - [Audit a webpage with Google Chrome's Lighthouse tests](https://github.com/jakejarvis/lighthouse-action) From 13e84d23b950cfcad3b8f465b1a6d97f527baf80 Mon Sep 17 00:00:00 2001 From: Matthias Pigulla Date: Tue, 22 Sep 2020 09:31:10 +0200 Subject: [PATCH 2/4] Add an action for AWS CodeDeploy MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This adds https://github.com/webfactory/create-aws-codedeploy-deployment to the list – an action to create AWS CodeDeploy deployments. For more details on CodeDeploy, see https://aws.amazon.com/de/codedeploy/. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f145018..071bd7f 100644 --- a/README.md +++ b/README.md @@ -441,6 +441,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Publish a Python Distribution Package to Anaconda Cloud](https://github.com/fcakyon/conda-publish-action) - [Deploy VS Code Extension to Visual Studio Marketplace or the Open VSX Registry](https://github.com/HaaLeo/publish-vscode-extension) - [Deploy a YouTube Video to Anchor.fm Podcast](https://github.com/Schrodinger-Hat/youtube-to-anchorfm) +- [Deploy with AWS CodeDeploy](https://github.com/webfactory/create-aws-codedeploy-deployment) #### Docker From 094fa53586245ee52df27e7e79cbdd93ebcadde6 Mon Sep 17 00:00:00 2001 From: Zac Rosenbauer Date: Sun, 7 Mar 2021 13:24:15 -0600 Subject: [PATCH 3/4] rm license to pass lint & follow standard --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 85aa2b0..66ff5b9 100644 --- a/README.md +++ b/README.md @@ -552,7 +552,3 @@ Set up your GitHub Actions workflow with a specific version of your programming - [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. - -## License - -[![Creative Commons License](http://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/) From ee8521e7fb3f6b685789db49cbe96392a26b37db Mon Sep 17 00:00:00 2001 From: Ariary Date: Fri, 15 Oct 2021 18:29:26 -0400 Subject: [PATCH 4/4] Add Readme-Like-Button) --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 85aa2b0..04e9b68 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Build](#build) - [Database](#database) - [Localization](#localization) + - [Fun](#fun) - [Cheat Sheet](#cheat-sheet) - [Tutorials](#tutorials) @@ -532,6 +533,10 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Find and automatically fix typos and grammar issues in your code](https://github.com/sobolevn/misspell-fixer-action) - [Translation](https://github.com/fabasoad/translation-action) - Translate text from any language to any language. +### Fun + +- [Add equivalent of a like button in your README](https://github.com/ariary/Readme-Like-Button) - Visualize community approval on some part of your readme (can be used as a poll). + ### Cheat Sheet - [GitHub Actions Branding Cheat Sheet](https://haya14busa.github.io/github-action-brandings/)