Add rust-clippy starter workflow (#1462)

* Add rust-clippy starter workflow

* fix parameter `wait-for-processing` indent of action github/codeql-action/upload-sarif@v1

* Use commit sha instead of tag

* addressing pr comments

* Update creator

* Add comments
This commit is contained in:
Yong Yan
2022-04-09 13:58:14 +05:30
committed by GitHub
parent b26f7e818f
commit cca97c83b8
2 changed files with 64 additions and 0 deletions
@@ -0,0 +1,10 @@
{
"name": "rust-clippy",
"creator": "Rust",
"description": "A collection of lints to catch common mistakes and improve your Rust code.",
"iconName": "rust",
"categories": [
"Code Scanning",
"rust"
]
}