From 7731a199108305df09bb87dbdb4bf60271f92872 Mon Sep 17 00:00:00 2001 From: Olly Hensby <79875276+ollyhensby@users.noreply.github.com> Date: Tue, 10 Oct 2023 17:54:20 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Add=20workflow=20badge=20to=20RE?= =?UTF-8?q?ADME.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🔧 Rename workflow --- .github/workflows/test-python-package.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-python-package.yml b/.github/workflows/test-python-package.yml index 46132167..3c57420b 100644 --- a/.github/workflows/test-python-package.yml +++ b/.github/workflows/test-python-package.yml @@ -1,4 +1,4 @@ -name: Test Python Package (Cached Conda Environment) +name: Tests on: push: diff --git a/README.md b/README.md index a41def90..3c00e396 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ipyautoui -[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/maxfordham/ipyautoui/HEAD) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![PyPI version](https://badge.fury.io/py/ipyautoui.svg)](https://badge.fury.io/py/ipyautoui) +[![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/maxfordham/ipyautoui/HEAD) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![PyPI version](https://badge.fury.io/py/ipyautoui.svg)](https://badge.fury.io/py/ipyautoui) [![Test Python Package](https://github.com/maxfordham/ipyautoui/actions/workflows/test-python-package.yml/badge.svg)](https://github.com/maxfordham/ipyautoui/actions/workflows/test-python-package.yml) ![](docs/logo.png)