From 68cd61598edc4308253a5a1dd1ecbc4e2d418d5a Mon Sep 17 00:00:00 2001 From: Yevhen Fabizhevskyi Date: Sat, 28 Mar 2020 13:25:12 +0900 Subject: [PATCH 1/5] Add NSFW Detection action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a480ba9..ea49d6b 100644 --- a/README.md +++ b/README.md @@ -180,6 +180,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Apply templates with Jinja2](https://github.com/cuchi/jinja2-action) - Use the Jinja2 template engine to generate files from templates. - [Has Changes](https://github.com/UnicornGlobal/has-changes-action) - Check if there are code changes from previous steps. - [Mind Your Language Action](https://github.com/tailaiw/mind-your-language-action) - Detect offensive comments in issues and pull requests, and warn senders. +- [NSFW Detection](https://github.com/fabasoad/nsfw-detection-action) - Detect NSFW content in commited files. #### Environments From 2b6fe1369c7bbf91b29bbc6caa358b4f996c6ee6 Mon Sep 17 00:00:00 2001 From: Yevhen Fabizhevskyi Date: Sat, 28 Mar 2020 13:34:54 +0900 Subject: [PATCH 2/5] Add reference to "Setup Mint" action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a480ba9..ab921a4 100644 --- a/README.md +++ b/README.md @@ -406,6 +406,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [GitHub Actions for Hugo extended](https://github.com/peaceiris/actions-hugo) - [Generate OG Image](https://github.com/BoyWithSilverWings/generate-og-image) - Generate customisable open graph images from Markdown files. - [GitHub Actions for mdBook](https://github.com/peaceiris/actions-mdbook) +- [Setup Mint](https://github.com/fabasoad/setup-mint-action) - Setup Mint (programming language for writing single page applications). ### Machine Learning Ops From 9370a79f72934f29f0f2e57044b04ee88a170151 Mon Sep 17 00:00:00 2001 From: Yevhen Fabizhevskyi Date: Sat, 28 Mar 2020 21:19:03 +0900 Subject: [PATCH 3/5] Add Setup brainfuck action --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a480ba9..274aad7 100644 --- a/README.md +++ b/README.md @@ -421,6 +421,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [run-vcpkg](https://github.com/lukka/run-vcpkg) - Multi platform action to build and install C/C++ dependencies with [vcpkg](https://github.com/microsoft/vcpkg). - [Build Go applications for multiplatform](https://github.com/izumin5210/action-go-crossbuild) - [Generate ~/.m2/settings.xml for Maven builds](https://github.com/whelk-io/maven-settings-xml-action) +- [Setup Brainfuck](https://github.com/fabasoad/brainfuck-install-action/) - Setup brainfuck interpreter. ### Database From 9d17b4692627cb725b8030a2e01e5aa6cb0f39ac Mon Sep 17 00:00:00 2001 From: Sungwon Lee Date: Fri, 27 Mar 2020 12:06:23 +0900 Subject: [PATCH 4/5] Add diff-pages-action to pull request resources --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index caee71b..a71da7b 100644 --- a/README.md +++ b/README.md @@ -296,6 +296,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Pull Request Stuck Notifier](https://github.com/loomble/pull-request-stuck-notifier-action) - [Lint pull request name with commitlint (Awesome if you squash merge !)](https://github.com/JulienKode/pull-request-name-linter-action) - [Block PR merges when Checks for target branches are failing](https://github.com/cirrus-actions/branch-guard) +- [Get generated static site screeshots updated by Pull Request](https://github.com/ssowonny/diff-pages-action) ### GitHub Pages From 2c92708f5dcdc32781c5b8490579110574ff4a12 Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Fri, 20 Mar 2020 13:08:22 +0300 Subject: [PATCH 5/5] Adds docker-image-size-limit Link: https://github.com/wemake-services/docker-image-size-limit Marketplace: https://github.com/marketplace/actions/docker-image-size-limit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index caee71b..9873c09 100644 --- a/README.md +++ b/README.md @@ -368,6 +368,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Publish Docker Images to the GitHub Package Registry (GPR)](https://github.com/machine-learning-apps/gpr-docker-publish) - [Update a repository's "Full description" on Docker Hub](https://github.com/mpepping/github-actions/tree/master/docker-hub-metadata) - [Build and publish docker images to any registry using Kaniko](https://github.com/outillage/kaniko-action) +- [Monitor and limit your docker image size](https://github.com/wemake-services/docker-image-size-limit) #### Kubernetes