From 620ef4c400711654127fdb1a3319d64d77f9fc1b Mon Sep 17 00:00:00 2001 From: AlessandroMiola Date: Thu, 4 Jan 2024 23:22:26 +0100 Subject: [PATCH] chore: add badges to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index bf54b45..9963bd5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,11 @@ +
+ +![Actions](https://github.com/AlessandroMiola/adventofcode/actions/workflows/actions.yaml/badge.svg) +[![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) +
+ # Solutions to `advent-of-code` puzzles Personal attempt to solve the `advent-of-code`[^aoc] puzzles in a `TDD` fashion with `python`.