From ec1831c83d1c3062d3297b5fccfd67327b28fe3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Sp=C3=B6ttel?= <1682504+fspoettel@users.noreply.github.com> Date: Wed, 29 Dec 2021 15:22:01 +0100 Subject: [PATCH] ci: rename ci workflow, add badge --- .github/workflows/{rust.yml => ci.yml} | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) rename .github/workflows/{rust.yml => ci.yml} (96%) 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)