From f6f0aaaaa34004e98773daf4505df59e5e852557 Mon Sep 17 00:00:00 2001 From: Nikita Sobolev Date: Wed, 4 Dec 2019 13:46:55 +0300 Subject: [PATCH 1/2] Adds dotenv-linter Adds https://github.com/wemake-services/dotenv-linter Docs: https://dotenv-linter.readthedocs.io/en/latest/ Action page: https://github.com/marketplace/actions/dotenv-linter Also updates `wemake-python-styleguide` infromation about `reviewdog`, because as the author of these two packages I consider this feature absolutely worth mentioning. It is just awesome! --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c93d0d..16ccc36 100644 --- a/README.md +++ b/README.md @@ -245,7 +245,7 @@ https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.s - [Stylelinter - GitHub Action that runs stylelint](https://github.com/exelban/stylelint) - [Run stylelint, with reviewdog output on the PR](https://github.com/reviewdog/action-stylelint) - [PyCodeStyle Action - A GitHub Action that leaves a comment on your PR with pycodestyle (autopep8) feedback](https://github.com/ankitvgupta/pycodestyle-action) -- [wemake-python-styleguide - The strictest and most opinionated python linter ever](https://github.com/wemake-services/wemake-python-styleguide) +- [wemake-python-styleguide - The strictest and most opinionated python linter ever, with optional reviewdog output on the PR](https://github.com/wemake-services/wemake-python-styleguide) - [Run TSLint with status checks and file diff annotations](https://github.com/mooyoul/tslint-actions) - [Lint Pull Request commits with commitlint](https://github.com/wagoid/commitlint-github-action) - [Run vint, with reviewdog output on the PR](https://github.com/reviewdog/action-vint) @@ -256,6 +256,7 @@ https://github.com/sdras/awesome-actions/workflows/Lint%20Awesome%20List/badge.s - [Catch insensitive, inconsiderate writing in your markdown docs](https://github.com/theashraf/alex-action) - [Run TestCafe tests](https://github.com/DevExpress/testcafe-action) - [Run Unity tests](https://github.com/webbertakken/unity-test-runner) +- [Run dotenv-linter - Lints your .env files like a charm, with optional reviewdog output on the PR](https://github.com/wemake-services/dotenv-linter) ### Security From 58dffc268ee78255f50961778f17b2334e94dd97 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Sun, 8 Dec 2019 04:36:57 +0900 Subject: [PATCH 2/2] Update redirected link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c93d0d..3a316da 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Actions are triggered by GitHub platform events directly in a repo and run on-de - [Official Site](https://github.com/features/actions) - [Official Community Forum Board](https://github.community/t5/GitHub-Actions/bd-p/actions) -- [Official Documentation](https://help.github.com/en/github/automating-your-workflow-with-github-actions) +- [Official Documentation](https://help.github.com/en/actions/automating-your-workflow-with-github-actions) - [Official Actions organization](https://github.com/actions) - [actions/virtual-environments](https://github.com/actions/virtual-environments) - GitHub Actions virtual environments. - [GitHub Blog Announcement](https://github.blog/2018-10-17-action-demos/)