From 52b4c882bbba13662f26d879e9ac306305be9fee Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 6 Jun 2026 19:05:44 +0000 Subject: [PATCH] Add CI and CodeQL status badges to README https://claude.ai/code/session_01TiXyp1vCmxNP2ewP4s1TGH --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 35bfc99..e06b44a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Python Project Base +[![CI](https://github.com/samhodgkinson/Python-Project-Base/actions/workflows/ci.yml/badge.svg)](https://github.com/samhodgkinson/Python-Project-Base/actions/workflows/ci.yml) +[![CodeQL](https://github.com/samhodgkinson/Python-Project-Base/actions/workflows/codeql.yml/badge.svg)](https://github.com/samhodgkinson/Python-Project-Base/actions/workflows/codeql.yml) [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/samhodgkinson/Python-Project-Base?quickstart=1) A ready-to-code Python template. Open in VS Code, click **Reopen in Container**, and you have a fully configured Python environment — no local Python installation required.