From 1337269d325adbd2beffdcd19c89b38b4e9d1be0 Mon Sep 17 00:00:00 2001 From: andrea Date: Sun, 15 Mar 2026 12:02:14 +0100 Subject: [PATCH] updated README.md with CI actions badge and license bade --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8017de3..fa71f53 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ A classic implementation of the Pong game developed specifically for the Arduino UNO R4 WiFi, utilizing its built-in 12×8 LED matrix as the game screen. +[![Arduino Pong CI](https://github.com/Dea1993/arduino_pong/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/Dea1993/arduino_pong/actions/workflows/ci.yml) +[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](LICENSE) + # 📹 Preview ![Pong](preview.png)