Skip to content

Commit

Permalink
docs: update badges
Browse files Browse the repository at this point in the history
  • Loading branch information
muuvmuuv committed Jan 22, 2025
1 parent 71adbe8 commit 7eb1194
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
[![Visual Studio Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/muuvmuuv.vscode-sundial)
](https://marketplace.visualstudio.com/items?itemName=muuvmuuv.vscode-sundial)
![Visual Studio Marketplace Downloads](https://api.codeclimate.com/v1/badges/52f93dc5f852410ef448/maintainability)
[![GitHub branch check runs](https://github.com/muuvmuuv/vscode-sundial/actions/workflows/main.yml/badge.svg)](https://github.com/muuvmuuv/vscode-sundial/actions)
[![Known Vulnerabilities](https://snyk.io/test/github/muuvmuuv/vscode-sundial/badge.svg)](https://snyk.io/test/github/muuvmuuv/vscode-sundial)

- [Installation](#installation)
- [Keybindings](#keybindings)
Expand Down
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -145,14 +145,19 @@
},
"badges": [
{
"description": "Language grade",
"url": "https://img.shields.io/lgtm/grade/javascript/g/muuvmuuv/vscode-sundial.svg?logo=lgtm&logoWidth=18",
"href": "https://lgtm.com/projects/g/muuvmuuv/vscode-sundial/context:javascript"
"description": "Snyk monitored",
"url": "https://snyk.io/test/github/muuvmuuv/vscode-sundial/badge.svg",
"href": "https://snyk.io/test/github/muuvmuuv/vscode-sundial"
},
{
"description": "Maintainability",
"url": "https://api.codeclimate.com/v1/badges/52f93dc5f852410ef448/maintainability",
"href": "https://codeclimate.com/github/muuvmuuv/vscode-sundial/maintainability"
},
{
"description": "CI Status",
"url": "https://github.com/muuvmuuv/vscode-sundial/actions/workflows/main.yml/badge.svg",
"href": "https://github.com/muuvmuuv/vscode-sundial/actions"
}
],
"commitlint": {
Expand Down

0 comments on commit 7eb1194

Please sign in to comment.