Skip to content

Commit f692f68

Browse files
committed
Add build status badge into README.md
1 parent 6b644d9 commit f692f68

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/rust.yml

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

33
on:
44
push:

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Advent of Code 2024
22

3+
![Build Status](https://github.com/Mr-Ker/advent-of-code-2024/actions/workflows/rust.yml/badge.svg)
4+
35
The provided solutions for the 2024 edition of Advent of Code are implemented in
46
Rust.
57

0 commit comments

Comments
 (0)