From 1796ac633c115e64fbace99c9d61a40d6a7ab074 Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Wed, 23 Oct 2019 12:23:46 -0500 Subject: [PATCH] added --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0a8dcd8d..bf8cb9f4 100644 --- a/README.md +++ b/README.md @@ -17,15 +17,14 @@ Developers on **GitHub** can call this Action to lint their code base with the f ## How to use To use this **GitHub** Action you will need to complete the following: -- Copy **any** or **all** template rules files `TEMPLATES/` to your repository in the location: `.github/` - - If your repository does not have rules files, they will fall back to defaults -- Validate all variables are correct and allow for proper permissions on **AWS** +- Copy **any** or **all** template rules files from `TEMPLATES/` into your repository in the location: `.github/linters/` + - If your repository does not have rules files, they will fall back to defaults in this repositories `TEMPLATE` folder - Add the **Github** Action: **Super-Linter** to your current **Github** Actions workflow - Enjoy your more stable, and cleaner code base -### Example GitHub Action Workflow +### Example connecting GitHub Action Workflow -In your repository you should have a `workflows` folder similar to below: +In your repository you should have a `workflows` folder with **GitHub** Action similar to below: - `.github/workflows/linter.yml`