diff --git a/.github/workflows/rust.yml b/.github/workflows/ci.yml similarity index 96% rename from .github/workflows/rust.yml rename to .github/workflows/ci.yml index 3c13d1b..151b0d3 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Rust +name: CI on: push: diff --git a/README.md b/README.md index 00a1028..2e287ce 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ # 🎄 [Advent of Code](https://adventofcode.com/) ![Language](https://badgen.net/badge/Language/Rust/orange) +[![CI](https://github.com/fspoettel/advent-of-code-rust/actions/workflows/ci.yml/badge.svg)](https://github.com/fspoettel/advent-of-code-rust/actions/workflows/ci.yml)