From 99578b87570f520098ed0a8d330d0612aad1e853 Mon Sep 17 00:00:00 2001 From: IvanZosimov Date: Fri, 27 Jan 2023 11:29:46 +0100 Subject: [PATCH] Update workflow badges --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 08619c6a..7cef9a1d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ # setup-python -

- GitHub Actions status -

+[![Basic validation](https://github.com/actions/setup-python/actions/workflows/basic-validation.yml/badge.svg?branch=main)](https://github.com/actions/setup-python/actions/workflows/basic-validation.yml) +[![Validate Python e2e](https://github.com/actions/setup-python/actions/workflows/test-python.yml/badge.svg?branch=main)](https://github.com/actions/setup-python/actions/workflows/test-python.yml) +[![Validate PyPy e2e](https://github.com/actions/setup-python/actions/workflows/test-pypy.yml/badge.svg?branch=main)](https://github.com/actions/setup-python/actions/workflows/test-pypy.yml) +[![e2e-cache](https://github.com/actions/setup-python/actions/workflows/e2e-cache.yml/badge.svg?branch=main)](https://github.com/actions/setup-python/actions/workflows/e2e-cache.yml) This action provides the following functionality for GitHub Actions users: