Skip to content

Commit 103e720

Browse files
authored
fix: update badge to use PNG (#34)
Marketplace does not allow SVG and Github Actions can only produce SVG ones, so we rely on 3rd parties to build compatible ones.
1 parent 94dfe5b commit 103e720

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- Add JSON schema for Zuul CI config files
66
- Add JSON schema for ansible-lint config files
77
- Add JSON schema for molecule scenarios
8+
- Fix badge urls for marketplace
89

910
## 0.1.0
1011

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"url": "https://vsmarketplacebadge.apphb.com/version/zbr.vscode-ansible.svg",
2121
"href": "https://marketplace.visualstudio.com/items?itemName=zbr.vscode-ansible"},
2222
{"description": "CI/CD Pipeline",
23-
"url": "https://github.com/ansible-community/vscode-ansible/actions/workflows/release.yaml/badge.svg",
24-
"href": "https://github.com/ansible-community/vscode-ansible/actions/workflows/release.yaml"}
23+
"url": "https://img.shields.io/github/workflow/status/ansible-community/vscode-ansible/ci.png",
24+
"href": "https://github.com/ansible-community/vscode-ansible/actions/workflows/ci.yaml"}
2525
],
2626
"displayName": "Ansible Language",
2727
"description": "Ansible YAML schema verification, auto-complete, highlight problems reported by ansible-lint, yamllint.",

0 commit comments

Comments
 (0)