ci: rename ci workflow, add badge
This commit is contained in:
parent
681c03ad89
commit
ec1831c83d
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
name: Rust
|
||||
name: CI
|
||||
|
||||
on:
|
||||
push:
|
|
@ -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)
|
||||
|
||||
<!--- advent_readme_stars table --->
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue