checking for allowed category in validate-data script (#1131)

* checking for allowed category

* Update index.ts
This commit is contained in:
Aparna Ravindra
2021-09-30 10:19:20 +05:30
committed by GitHub
parent 6b053712be
commit 02d91c6ccf
3 changed files with 15 additions and 6 deletions
+1 -1
View File
@@ -2,5 +2,5 @@
"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"]
"categories": ["Continuous integration", "code-quality", "code-review"]
}