From 954ec7c1cb6f83e6166be5822b6cedd2e35e3f45 Mon Sep 17 00:00:00 2001 From: Marc Ransome Date: Wed, 26 May 2021 22:08:11 +0100 Subject: [PATCH] Add test badge to README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 017c9d9..8307309 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # fish-shop/syntax-check -[![License](https://img.shields.io/badge/license-MIT-blue)](http://opensource.org/licenses/mit-license.php) [![fish](https://img.shields.io/badge/fish-3.2.2-blue)](https://fishshell.com) [![Issues](https://img.shields.io/github/issues/fish-shop/syntax-check)](https://github.com/fish-shop/syntax-check/issues) +[![Tests Status](https://github.com/fish-shop/syntax-check/actions/workflows/test.yml/badge.svg)](https://github.com/fish-shop/syntax-check/actions?query=workflow%3Atests) [![License](https://img.shields.io/badge/license-MIT-blue)](http://opensource.org/licenses/mit-license.php) [![fish](https://img.shields.io/badge/fish-3.2.2-blue)](https://fishshell.com) [![Issues](https://img.shields.io/github/issues/fish-shop/syntax-check)](https://github.com/fish-shop/syntax-check/issues) A GitHub action for syntax checking [fish shell](https://fishshell.com) files.