This commit is contained in:
Lucas Gravley 2019-10-21 09:13:59 -05:00
parent c0d6311976
commit 6e3a97cdee

View file

@ -3,14 +3,14 @@
This repository is for the **GitHub** Action to run a **Super-Linter**. 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: Developers on **GitHub** can call this Action to lint their code base with the following list of linters:
- Ruby (Rubocop) - **Ruby** (Rubocop)
- Shell (Shellcheck) - **Shell** (Shellcheck)
- Ansible (Ansible-lint) - **Ansible** (Ansible-lint)
- YAML (Yamllint) - **YAML** (Yamllint)
- Python3 (Pylint) - **Python3** (Pylint)
- JSON (JsonLint) - **JSON** (JsonLint)
- MarkDown (Markdownlint) - **MarkDown** (Markdownlint)
- XML (LibXML) - **XML** (LibXML)
## How to use ## How to use