From a31cb97eca00f5e3c4fd3c9aa3fed7cf4ce723c3 Mon Sep 17 00:00:00 2001 From: AlessandroMiola Date: Mon, 8 Jan 2024 20:15:12 +0100 Subject: [PATCH] chore: add badge to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index bec6e2b..a67036a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@
![Actions](https://github.com/AlessandroMiola/adventofcode/actions/workflows/actions.yaml/badge.svg) +[![Lint: ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff) [![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black) [![codecov](https://codecov.io/gh/AlessandroMiola/adventofcode/graph/badge.svg?token=2URTWXTDV6)](https://codecov.io/gh/AlessandroMiola/adventofcode)