From 6d125cb5a4cf369515c0e7343b2cefe65a12a4b4 Mon Sep 17 00:00:00 2001 From: Steven Hunt Date: Wed, 30 Sep 2020 23:27:34 +0100 Subject: [PATCH] Correct path to linters directory --- TEMPLATES/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TEMPLATES/README.md b/TEMPLATES/README.md index 791b2c05..2e539781 100644 --- a/TEMPLATES/README.md +++ b/TEMPLATES/README.md @@ -1,6 +1,6 @@ # TEMPLATES -The files in this folder are template rules for the linters that will run against your code base. If you chose to copy these to your local repository in the directory: `.github/` they will be used at runtime. If they are not present, they will be used by default in the linter run. +The files in this folder are template rules for the linters that will run against your code base. If you chose to copy these to your local repository in the directory: `.github/linters` they will be used at runtime. If they are not present, they will be used by default in the linter run. The file(s) will be parsed at run time on the local branch to load all rules needed to run the **Super-Linter** **GitHub** Action. The **GitHub** Action will inform the user via the **Checks API** on the status and success of the process.