From 88d77b4bba0c278179f449c01aabb0099e1a6151 Mon Sep 17 00:00:00 2001 From: Bret Fisher Date: Sun, 16 Jan 2022 16:43:56 +0000 Subject: [PATCH] badges --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8cbadf4..565a83b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -# Super Linter Reusable Worklow Example +# Super Linter Reusable Workflow Example + +[![Lint all the codes](https://github.com/BretFisher/super-linter-workflow/actions/workflows/super-linter.yaml/badge.svg)](https://github.com/BretFisher/super-linter-workflow/actions/workflows/super-linter.yaml) The GitHub [Super-Linter](https://github.com/marketplace/actions/super-linter) project is a fantastic way to lint all your file types with a single GitHub Actions Workflow. A great way to implement it everywhere is to use GHA's [Reusable Workflows](https://docs.github.com/en/actions/learn-github-actions/reusing-workflows) (see below).