Skip to content

Commit 2042f86

Browse files
stranmaclaude
andcommitted
fix: Point CI badge to template-integration.yml
The badge was pointing to tests.yml which uses {{base_branch}} template placeholders and never runs on the template repo itself. Co-Authored-By: Claude Opus 4.6 <[email protected]>
1 parent 3fb3552 commit 2042f86

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
# Claude Code Python Template
22

3-
[![CI](https://github.com/stranma/claude-code-python-template/actions/workflows/tests.yml/badge.svg)](https://github.com/stranma/claude-code-python-template/actions/workflows/tests.yml)
3+
[![CI](https://github.com/stranma/claude-code-python-template/actions/workflows/template-integration.yml/badge.svg)](https://github.com/stranma/claude-code-python-template/actions/workflows/template-integration.yml)
44
[![Python 3.11+](https://img.shields.io/badge/python-3.11+-blue.svg)](https://python.org)
55
[![License: MIT](https://img.shields.io/badge/license-MIT-green.svg)](LICENSE)
66
[![uv](https://img.shields.io/badge/uv-workspace-blueviolet)](https://docs.astral.sh/uv/)

0 commit comments

Comments
 (0)