From 6e3a97cdeea77f16cd754e4f4870d9eedc667f4d Mon Sep 17 00:00:00 2001 From: Lucas Gravley <29484535+admiralAwkbar@users.noreply.github.com> Date: Mon, 21 Oct 2019 09:13:59 -0500 Subject: [PATCH] cleanup --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 6eda95b5..997f5880 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,14 @@ This repository is for the **GitHub** Action to run a **Super-Linter**. Developers on **GitHub** can call this Action to lint their code base with the following list of linters: -- Ruby (Rubocop) -- Shell (Shellcheck) -- Ansible (Ansible-lint) -- YAML (Yamllint) -- Python3 (Pylint) -- JSON (JsonLint) -- MarkDown (Markdownlint) -- XML (LibXML) +- **Ruby** (Rubocop) +- **Shell** (Shellcheck) +- **Ansible** (Ansible-lint) +- **YAML** (Yamllint) +- **Python3** (Pylint) +- **JSON** (JsonLint) +- **MarkDown** (Markdownlint) +- **XML** (LibXML) ## How to use