This commit is contained in:
Bret Fisher
2022-01-16 16:43:56 +00:00
committed by GitHub
parent eb0ceb82d1
commit 88d77b4bba

View File

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