From bc9f755303ef2a5360af663e3cdfb86713c7da0d Mon Sep 17 00:00:00 2001 From: Grachev Mikhail Date: Mon, 13 Jan 2020 11:47:45 +0300 Subject: [PATCH 1/2] Add action-dotenv-linter --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dc47cbe..f8c0108 100644 --- a/README.md +++ b/README.md @@ -250,6 +250,7 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Run dotenv-linter - Lints your .env files like a charm, with optional reviewdog output on the PR](https://github.com/wemake-services/dotenv-linter) - [Show and auto-fix linting errors for many programming languages](https://github.com/samuelmeuli/lint-action) - [Test Ansible roles with Molecule](https://github.com/robertdebock/molecule-action) +- [Run dotenv-linter, with reviewdog output on the PR](https://github.com/mgrachev/action-dotenv-linter) ### Security From e2537facb45bba2a55bdc9a2a453172d1bf33cb8 Mon Sep 17 00:00:00 2001 From: Grachev Mikhail Date: Mon, 13 Jan 2020 14:13:04 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f8c0108..6671f9c 100644 --- a/README.md +++ b/README.md @@ -247,10 +247,10 @@ Set up your GitHub Actions workflow with a specific version of your programming - [Run TestCafe tests](https://github.com/DevExpress/testcafe-action) - [Run Unity tests](https://github.com/webbertakken/unity-test-runner) - [Run Cypress E2E tests](https://github.com/cypress-io/github-action) -- [Run dotenv-linter - Lints your .env files like a charm, with optional reviewdog output on the PR](https://github.com/wemake-services/dotenv-linter) +- [Run dotenv-linter - Lints your .env files like a charm, with optional reviewdog output on the PR](https://github.com/wemake-services/dotenv-linter) +- [Run dotenv-linter, with reviewdog output on the PR](https://github.com/mgrachev/action-dotenv-linter) - [Show and auto-fix linting errors for many programming languages](https://github.com/samuelmeuli/lint-action) - [Test Ansible roles with Molecule](https://github.com/robertdebock/molecule-action) -- [Run dotenv-linter, with reviewdog output on the PR](https://github.com/mgrachev/action-dotenv-linter) ### Security