From ddee8f58f7e654fac513db7d4687a7eeb859a5b1 Mon Sep 17 00:00:00 2001 From: Mads Kjeldgaard Date: Thu, 9 May 2024 21:38:59 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 83e7d72..a097fba 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,7 @@ It is pre-setup with everything needed to make a USB MIDI controller and can be - TINYUSB for USB Midi - C++17, allowing a lot of modern C++ tricks. - VSCode tasks are included making building easy in VSCode and in NeoVim (using the Overseer plugin) +- A Github Action which runs every time you push code to test if your firmware still compiles. ## Dependencies