From 5e1d67a385da6370a7f9d5f2c72f728b748df54d Mon Sep 17 00:00:00 2001 From: Lukas Gravley Date: Mon, 13 Jan 2020 08:48:37 -0600 Subject: [PATCH] adding italics --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2b480d0c..8b2c93a5 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ To use this **GitHub** Action you will need to complete the following: - 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 +- Enjoy your more *stable*, and *cleaner* code base ### Example connecting GitHub Action Workflow In your repository you should have a `workflows` folder with **GitHub** Action similar to below: