Add CI badge

This commit is contained in:
Tristan 2021-12-01 23:01:24 +01:00
parent de820e9e51
commit b7b01909af
Signed by: trizz
GPG Key ID: 0A93DEC67165EB47

View File

@ -2,6 +2,8 @@
In this repository, you'll find my solutions. 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 ## 🛠 Setup and running
- Run `composer install` to install the dependencies. - 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) - Run `./aoc21 {day}` to run the solution for a specific day (for example `./aoc21 1` to run the code for day 1)