fixing badge

This commit is contained in:
Bret Fisher
2022-05-02 15:45:20 -04:00
parent 3b63d1a3ea
commit dc1deacca9

View File

@@ -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).