Skip to content

Commit ec1831c

Browse files
committed
ci: rename ci workflow, add badge
1 parent 681c03a commit ec1831c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/rust.yml renamed to .github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Rust
1+
name: CI
22

33
on:
44
push:

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# 🎄 [Advent of Code](https://adventofcode.com/)
44

55
![Language](https://badgen.net/badge/Language/Rust/orange)
6+
[![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)
67

78
<!--- advent_readme_stars table --->
89

0 commit comments

Comments
 (0)