Skip to content

Commit

Permalink
Update badges (ansible#739)
Browse files Browse the repository at this point in the history
Previous badge was broken, replace with two that should not need
much maintenance.
  • Loading branch information
ssbarnea authored Dec 30, 2022
1 parent 2efbaeb commit 33aa35a
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,14 @@
],
"badges": [
{
"description": "CI/CD Pipeline",
"href": "https://github.com/ansible/vscode-ansible/actions/workflows/ci.yaml",
"url": "https://img.shields.io/github/workflow/status/ansible/vscode-ansible/ci.png"
"description": "last-commit",
"href": "https://github.com/ansible/vscode-ansible",
"url": "https://img.shields.io/github/last-commit/ansible/vscode-ansible/main"
},
{
"description": "downloads",
"href": "https://github.com/ansible/vscode-ansible",
"url": "https://img.shields.io/visual-studio-marketplace/d/redhat.ansible"
}
],
"bugs": "https://github.com/ansible/vscode-ansible/issues",
Expand Down

0 comments on commit 33aa35a

Please sign in to comment.