From 0d20ccd1ae4542d868a252c492ba6855b4e67906 Mon Sep 17 00:00:00 2001 From: Emmanuel Blot Date: Sat, 12 Aug 2023 18:25:05 +0200 Subject: [PATCH] doc: update GitHub action badges because breaking compatibility is always nice and keeps devs busy. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 090f1d98..abc38fab 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,9 @@ # PyFtdi -![Python package](https://github.com/eblot/pyftdi/workflows/Python%20package/badge.svg) -![Mock tests](https://github.com/eblot/pyftdi/workflows/Python%20mock%20tests/badge.svg) -![Syntax tests](https://github.com/eblot/pyftdi/workflows/Python%20syntax%20tests/badge.svg) +![Python package](https://github.com/eblot/pyftdi/actions/workflows/pythonpackage.yml/badge.svg) +![Mock tests](https://github.com/eblot/pyftdi/actions/workflows/pythonmocktests.yml/badge.svg) +![Syntax tests](https://github.com/eblot/pyftdi/actions/workflows/pythonchecksyntax.yml/badge.svg) [![StandWithUkraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/badges/StandWithUkraine.svg)](https://vshymanskyy.github.io/StandWithUkraine) [![PyPI](https://img.shields.io/pypi/v/pyftdi.svg?maxAge=2592000)](https://pypi.org/project/pyftdi/)