Skip to content

Commit a2e4a97

Browse files
committed
chore(docs): add status Badges to README file
1 parent 606361b commit a2e4a97

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/fmt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Next.js CI
1+
name: Code Formatting CI
22

33
on:
44
push:

docs/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Telecom Etude's Showcase Website
22

3+
![Build](https://github.com/telecom-etude/showcase-website/actions/workflows/build.yml/badge.svg)
4+
![Format](https://github.com/telecom-etude/showcase-website/actions/workflows/fmt.yml/badge.svg)
5+
![License](https://img.shields.io/github/license/telecom-etude/showcase-website)
6+
![Issues](https://img.shields.io/github/issues/telecom-etude/showcase-website)
7+
![Pull Requests](https://img.shields.io/github/issues-pr/telecom-etude/showcase-website)
8+
![Website](https://img.shields.io/website?url=https%3A%2F%2Ftelecom-etude.fr)
9+
310
This is the code for the website available [here](https://telecom-etude.fr).
411

512
## Getting Started

0 commit comments

Comments
 (0)