From 5b26b0ecd9b5ccd23199b10816a256cc1141435d Mon Sep 17 00:00:00 2001 From: x70b1 Date: Wed, 25 Oct 2023 16:51:41 +0200 Subject: [PATCH] README.md: fix badges --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 261d5bd..b2f5826 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # arduino.sh -[![Codecheck](https://github.com/x70b1/arduino.sh/workflows/Codecheck/badge.svg?branch=master)](https://github.com/x70b1/arduino.sh/actions) -[![GitHub contributors](https://img.shields.io/github/contributors/x70b1/arduino.sh.svg)](https://github.com/x70b1/arduino.sh/graphs/contributors) -[![license](https://img.shields.io/github/license/x70b1/arduino.sh.svg)](https://github.com/x70b1/arduino.sh/blob/master/LICENSE) +[![Actions](https://github.com/x70b1/arduino.sh/actions/workflows/shellcheck.yml/badge.svg)](https://github.com/x70b1/arduino.sh/actions) +[![Contributors](https://img.shields.io/github/contributors/x70b1/arduino.sh.svg)](https://github.com/x70b1/arduino.sh/graphs/contributors) +[![License](https://img.shields.io/github/license/x70b1/arduino.sh.svg)](https://github.com/x70b1/arduino.sh/blob/master/LICENSE) Build code and upload it to an Arduino board using `arduino-cli`.