From b7b01909af7594a7a66156c732cc8e63b9b82614 Mon Sep 17 00:00:00 2001 From: Tristan Date: Wed, 1 Dec 2021 23:01:24 +0100 Subject: [PATCH] Add CI badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dbe106d..ca3ce1d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ In this repository, you'll find my solutions. +[![CI](https://github.com/trizz/adventofcode21/actions/workflows/ci.yaml/badge.svg)](https://github.com/trizz/adventofcode21/actions/workflows/ci.yaml) + ## 🛠 Setup and running - Run `composer install` to install the dependencies. - Run `./aoc21 {day}` to run the solution for a specific day (for example `./aoc21 1` to run the code for day 1)