Add github/super-linter as starter workflow on CI (#1089)

This commit adds github/super-linter as a starter workflow to execute
several linters based on the user codebase on changed files.

Co-authored-by: Josh Gross <[email protected]>
This commit is contained in:
Cadu Ribeiro
2021-09-17 16:58:46 -04:00
committed by GitHub
co-authored by Josh Gross
parent c36ea2c560
commit 6dfa11d0c4
2 changed files with 35 additions and 0 deletions
@@ -0,0 +1,6 @@
{
"name": "Super Linter - Run Linters for several languages",
"description": "Run linters for several languages on your code base for changed files",
"iconName": "octicon check-circle",
"categories": ["code-quality", "code-review"]
}