From 0357929946dbaa437637d75310a6e819481a5925 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Tue, 24 Jun 2025 11:06:59 +0200 Subject: Add CI and some clippy cleanup --- README.md | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index b75013a..a19d4ae 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # ditdah - Morse Code Decoder +[![CI](https://github.com/yuvadm/ditdah/workflows/CI/badge.svg)](https://github.com/yuvadm/ditdah/actions) +[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) + A high-performance Rust implementation of a Morse code decoder that can process WAV audio files and decode them into text with **100% accuracy** on the comprehensive test suite. ## Features -- cgit v1.3.1