From 60b559cde2d4f213a84413baaf8b79fcffb26e21 Mon Sep 17 00:00:00 2001 From: Pavel Zwerschke Date: Tue, 13 Feb 2024 22:06:08 +0100 Subject: [PATCH] Add badges --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 0456857..7027f1a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,21 @@ +

+ +[![License][license-badge]][license] +[![CI][test-badge]][test] +[![Latest release][latest-release-badge]][releases] +[![Project Chat][chat-badge]][chat-url] + +[license-badge]: https://img.shields.io/github/license/prefix-dev/rattler-build-action?style=flat-square +[license]: ./LICENSE +[test-badge]: https://img.shields.io/github/actions/workflow/status/prefix-dev/rattler-build-action/test.yml?style=flat-square +[test]: https://github.com/prefix-dev/rattler-build-action/actions/ +[latest-release-badge]: https://img.shields.io/github/v/tag/prefix-dev/rattler-build-action?style=flat-square&label=latest&sort=semver +[releases]: https://github.com/prefix-dev/rattler-build-action/releases +[chat-badge]: https://img.shields.io/discord/1082332781146800168.svg?label=&logo=discord&logoColor=ffffff&color=7389D8&labelColor=6A7EC2&style=flat-square +[chat-url]: https://discord.gg/kKV8ZxyzY4 + +

+ # rattler-build-action 📦🐍 `rattler-build-action` is a GitHub Action for building conda packages using [rattler-build](https://github.com/prefix-dev/rattler-build).