From 9ff10d813e73103a682c5bd50d7722b1adae0870 Mon Sep 17 00:00:00 2001 From: Tomohiro IKEDA Date: Sun, 15 May 2022 10:05:11 +0900 Subject: [PATCH] chore: Add link to GitHub Actions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 56af78d0..1877cac2 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # alsa-lib ## Advanced Linux Sound Architecture (ALSA) project -![Build alsa-lib](https://github.com/alsa-project/alsa-lib/workflows/Build%20alsa-lib/badge.svg?branch=master) +[![Build alsa-lib](https://github.com/alsa-project/alsa-lib/workflows/Build%20alsa-lib/badge.svg?branch=master)](https://github.com/alsa-project/alsa-lib/actions?query=workflow%3A%22Build%20alsa-lib%22) The alsa-lib is a library to interface with ALSA in the Linux kernel and virtual devices using a plugin system.