From aab00e67ca6cd49e7d4af4fd7d6f5423a5b981cf Mon Sep 17 00:00:00 2001 From: Abdelrahman Ashraf Date: Mon, 4 Nov 2019 20:58:53 +0200 Subject: [PATCH 1/2] =?UTF-8?q?docs:=20=E2=9C=8F=EF=B8=8F=20add=20alexjs?= =?UTF-8?q?=20github=20action=20to=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit catch insensitive, inconsiderate writing in your markdown docs using alexjs --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index abdbd0a..8213ed8 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ > A curated list of awesome things related to [GitHub Actions](https://github.com/features/actions). -Actions are triggered by GitHub platform events directly in a repo and run on-demand workflows either on Linux, Windows or macOS virtual machines or inside a container in response. With GitHub Actions you can automate your workflow from idea to production. +Actions are triggered by GitHub platform events directly in a repo and run on-demand workflows either on Linux, Windows or macOS virtual machines or inside a container in response. With GitHub Actions you can automate your workflow from idea to production. ## Contents @@ -241,8 +241,10 @@ https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.s - [Run golangci-lint, with reviewdog output on the PR](https://github.com/reviewdog/action-golangci-lint) - [Run shellcheck, with reviewdog output on the PR](https://github.com/reviewdog/action-shellcheck) - [Build Go applications for multiplatform](https://github.com/izumin5210/action-go-crossbuild) +- [Catch insensitive, inconsiderate writing in your markdown docs](https://github.com/theashraf/alex-action) ### Security + - [A vulnerability scanner for your docker images](https://github.com/phonito/phonito-scanner-action) ### Pull Requests @@ -404,7 +406,7 @@ https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.s - [Continuous deployment of Next.js app with Up](https://medium.com/@romanenko/simple-ci-for-next-js-projects-with-apex-up-github-actions-6f0b1b9a5400) - [Converting Docker-based Actions to JavaScript/TypeScript](https://httgp.com/converting-github-actions-from-docker-to-javascript/) - [GitHub Actions CI for Swift/iOS Projects](https://medium.com/rosberryapps/github-actions-ci-for-swift-projects-c129baceed1a) -> Please don't hesitate to make a PR if you have more resources to share. Check out [contributing.md](contributing.md) for more information + > 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 From d435c10fa649871bfc666b6ec69a723465f3832c Mon Sep 17 00:00:00 2001 From: Abdelrahman Ashraf Date: Mon, 4 Nov 2019 22:07:36 +0200 Subject: [PATCH 2/2] =?UTF-8?q?fix:=20=F0=9F=90=9B=20remove=20unnecessary?= =?UTF-8?q?=20indentation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit remove unnecessary indentation from README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8213ed8..39bbc7c 100644 --- a/README.md +++ b/README.md @@ -406,7 +406,8 @@ https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.s - [Continuous deployment of Next.js app with Up](https://medium.com/@romanenko/simple-ci-for-next-js-projects-with-apex-up-github-actions-6f0b1b9a5400) - [Converting Docker-based Actions to JavaScript/TypeScript](https://httgp.com/converting-github-actions-from-docker-to-javascript/) - [GitHub Actions CI for Swift/iOS Projects](https://medium.com/rosberryapps/github-actions-ci-for-swift-projects-c129baceed1a) - > Please don't hesitate to make a PR if you have more resources to share. Check out [contributing.md](contributing.md) for more information + +> 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