From a020fd193f0affa64ef009e7cfcfddc0afc87716 Mon Sep 17 00:00:00 2001 From: Adams Pierre David <57180807+adamspd@users.noreply.github.com> Date: Fri, 17 Nov 2023 12:09:28 +0100 Subject: [PATCH 1/2] Added GitHub Badges on Readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0712fac..e5e435f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # Django Appointment 📦 +![Tests](https://github.com/adamspd/django-appointment/actions/workflows/tests.yml/badge.svg) +![Published on PyPi](https://github.com/adamspd/django-appointment/actions/workflows/publish.yml/badge.svg) + ⚠️ **IMPORTANT**: Version 2.1.0 introduces significant database changes. Please read the [migration guide](https://github.com/adamspd/django-appointment/tree/main/migration_guide_v2.1.0.md) before updating. @@ -136,4 +139,4 @@ directory or visit the GitHub repository for more information. ## Notes 📝⚠️ -Currently, the application does not send email reminders yet. \ No newline at end of file +Currently, the application does not send email reminders yet. From f08d452ca743403c83a7b23932cdc381e0859251 Mon Sep 17 00:00:00 2001 From: Adams Pierre David <57180807+adamspd@users.noreply.github.com> Date: Fri, 17 Nov 2023 11:39:12 +0000 Subject: [PATCH 2/2] Renamed workflow to fit GitHub Badges length --- .github/workflows/publish.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 67b8069..b2fd9f3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,4 +1,4 @@ -name: Upload Python Package to PyPI on Push to Main +name: Upload Python Package to PyPI on: push: diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bfb7f56..ebcef0b 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -1,4 +1,4 @@ -name: Testing workflow +name: Tests on: push: