mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-06 09:15:49 -05:00
cleanup
This commit is contained in:
parent
c0d6311976
commit
6e3a97cdee
1 changed files with 8 additions and 8 deletions
16
README.md
16
README.md
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue