From 79f6cceca36317d909c4b4d78cb4d27b45240590 Mon Sep 17 00:00:00 2001 From: Kasper Hesthaven Date: Mon, 15 Mar 2021 03:14:55 +0100 Subject: [PATCH] docs(readme): Add workflow test badge --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b8c23b9..7166835 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ [![GitHub release](https://img.shields.io/github/release/kasperhesthaven/setup-editorconfig-checker.svg)](https://gitHub.com/kasperhesthaven/setup-editorconfig-checker/releases/) [![GitHub license](https://img.shields.io/github/license/kasperhesthaven/setup-editorconfig-checker.svg)](https://github.com/kasperhesthaven/setup-editorconfig-checker/blob/master/LICENSE) +[![Test](https://github.com/kasperhesthaven/setup-editorconfig-checker/actions/workflows/test.yml/badge.svg)](https://github.com/kasperhesthaven/setup-editorconfig-checker/actions/workflows/test.yml) This GitHub action downloads [editorconfig-checker](https://github.com/editorconfig-checker/editorconfig-checker) by version and adds it to your path, enabling you to lint your files according to your .editorconfig-rules, across multiple file types.