From 10634d3c156fc1c091230e1c0c5410cb0eda298a Mon Sep 17 00:00:00 2001 From: Jen-Chieh Shen Date: Mon, 21 Aug 2023 10:25:27 -0700 Subject: [PATCH] Add CI badge --- README.markdown | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index 7fa4c9b..40c13b8 100644 --- a/README.markdown +++ b/README.markdown @@ -1,4 +1,9 @@ -# Pythonic [![MELPA](https://melpa.org/packages/pythonic-badge.svg)](https://melpa.org/#/pythonic) [![MELPA Stable](https://stable.melpa.org/packages/pythonic-badge.svg)](https://stable.melpa.org/#/pythonic) +[![MELPA](https://melpa.org/packages/pythonic-badge.svg)](https://melpa.org/#/pythonic) +[![MELPA Stable](https://stable.melpa.org/packages/pythonic-badge.svg)](https://stable.melpa.org/#/pythonic) + +# Pythonic + +[![CI](https://github.com/pythonic-emacs/pythonic/actions/workflows/test.yml/badge.svg)](https://github.com/pythonic-emacs/pythonic/actions/workflows/test.yml) Utility functions for writing pythonic emacs package.