From dc1deacca974cef47eea430878d0f8ab4e6a9ee0 Mon Sep 17 00:00:00 2001 From: Bret Fisher Date: Mon, 2 May 2022 15:45:20 -0400 Subject: [PATCH] fixing badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5f56bd3..3488d4c 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Super Linter Reusable Workflow Examples -[![Lint all the codes](https://github.com/BretFisher/super-linter-workflow/actions/workflows/reusable-super-linter.yaml/badge.svg)](https://github.com/BretFisher/super-linter-workflow/actions/workflows/reusable-super-linter.yaml) +[![Lint](https://github.com/BretFisher/super-linter-workflow/actions/workflows/call-local-super-linter.yaml/badge.svg)](https://github.com/BretFisher/super-linter-workflow/actions/workflows/call-local-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).