From 87078d366cd61d4ebb2c96ad8d66f0f57a738095 Mon Sep 17 00:00:00 2001 From: Matt Razza <504088+mrazza@users.noreply.github.com> Date: Thu, 14 May 2026 21:19:43 -0400 Subject: [PATCH 1/2] docs: add ci status --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 42779e7..a8e5951 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ ![License](https://img.shields.io/github/license/mrazza/smoc?style=flat-square) ![.NET](https://img.shields.io/badge/.NET-10.0-512bd4?style=flat-square&logo=dotnet) ![Status](https://img.shields.io/badge/status-active_development-green?style=flat-square) +[![CI](https://github.com/mrazza/smoc/actions/workflows/ci.yml/badge.svg)](https://github.com/mrazza/smoc/actions/workflows/ci.yml) A terminal-based music player (TUI) for streaming services, currently supporting **Subsonic**-compatible APIs and **YouTube Music**. Spotify, Apple Music, and other services are _future features_. From 2ddbb883523bc2fc494901932244afcee4468267 Mon Sep 17 00:00:00 2001 From: Matt Razza <504088+mrazza@users.noreply.github.com> Date: Thu, 14 May 2026 21:21:22 -0400 Subject: [PATCH 2/2] docs: fix url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a8e5951..a9b4a38 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ![License](https://img.shields.io/github/license/mrazza/smoc?style=flat-square) ![.NET](https://img.shields.io/badge/.NET-10.0-512bd4?style=flat-square&logo=dotnet) ![Status](https://img.shields.io/badge/status-active_development-green?style=flat-square) -[![CI](https://github.com/mrazza/smoc/actions/workflows/ci.yml/badge.svg)](https://github.com/mrazza/smoc/actions/workflows/ci.yml) +[![CI](https://github.com/mrazza/smoc/actions/workflows/dotnet.yml/badge.svg)](https://github.com/mrazza/smoc/actions/workflows/dotnet.yml) A terminal-based music player (TUI) for streaming services, currently supporting **Subsonic**-compatible APIs and **YouTube Music**. Spotify, Apple Music, and other services are _future features_.