From 1bdfda257fe197e647df2de56a3048f10d2968ec Mon Sep 17 00:00:00 2001 From: Luca Atella <59826960+atellaluca@users.noreply.github.com> Date: Wed, 27 Aug 2025 15:58:05 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bc7370..dbcc1d1 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![PyPI Version](https://img.shields.io/pypi/v/importspy)](https://pypi.org/project/importspy/) [![Docs](https://img.shields.io/badge/docs-online-blue)](https://atellaluca.github.io/ImportSpy/) ![Python Versions](https://img.shields.io/pypi/pyversions/importspy) -[![Build Status](https://img.shields.io/github/actions/workflow/status/atellaluca/ImportSpy/python-package.yml?branch=main)](https://github.com/atellaluca/ImportSpy/actions/workflows/ci.yml) +[![Build Status](https://img.shields.io/github/actions/workflow/status/atellaluca/ImportSpy/ci.yml?branch=main)](https://github.com/atellaluca/ImportSpy/actions/workflows/ci.yml) **Context-aware contract validation for Python imports.** _Enforce runtime, environment, and code structure before execution._