From ebc7c42b3cb67b0c38fae4becd60606edf3a5e82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luc=C3=A0s?= <86352901+LucasVbr@users.noreply.github.com> Date: Tue, 21 Jun 2022 13:21:58 +0200 Subject: [PATCH] Update footer_badges.json --- data/footer_badges.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/data/footer_badges.json b/data/footer_badges.json index 5759e85..5a1bf93 100644 --- a/data/footer_badges.json +++ b/data/footer_badges.json @@ -7,8 +7,12 @@ "alt": "FreeCodeCamp Points", "src": "https://img.shields.io/freecodecamp/points/lucasvbr?label=FreeCodeCamp%20points" }, + { + "alt": "README Build", + "src": "https://github.com/LucasVbr/LucasVbr/actions/workflows/main.yml/badge.svg?branch=main" + }, { "alt": "Made with love", "src": "https://img.shields.io/badge/-made%20with%20%E2%9D%A4%EF%B8%8F-red" } -] \ No newline at end of file +]