Skip to content

Commit 7ec5936

Browse files
committed
docs: fix CI badge to reference correct workflow file
Update CI badge in README to: - Use full workflow name 'Continuous Integration' instead of 'CI' - Reference correct workflow file 'continuous-integration.yml' - Match actual GitHub Actions workflow configuration
1 parent 924aea9 commit 7ec5936

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MkDocs Snippet Lens
22

3-
[![CI](https://github.com/main-branch/mkdocs-snippet-lens/actions/workflows/ci.yml/badge.svg)](https://github.com/main-branch/mkdocs-snippet-lens/actions/workflows/ci.yml)
3+
[![Continuous Integration](https://github.com/main-branch/mkdocs-snippet-lens/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/main-branch/mkdocs-snippet-lens/actions/workflows/continuous-integration.yml)
44
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
55

66
A Visual Studio Code extension that provides inline previews, clickable links, and

0 commit comments

Comments
 (0)