Merge branch 'master' into jwiebalk/dockerlinter

This commit is contained in:
Lukas Gravley 2020-01-17 09:46:53 -06:00 committed by GitHub
commit a82c5fe6cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,8 +19,8 @@ Developers on **GitHub** can call this Action to lint their code base with the f
To use this **GitHub** Action you will need to complete the following:
- Copy **any** or **all** template rules files from `TEMPLATES/` into your repository in the location: `.github/linters/`
- If your repository does not have rules files, they will fall back to defaults in this repositories `TEMPLATE` folder
- Add the **Github** Action: **Super-Linter** to your current **GitHub** Actions workflow
- Enjoy your more stable, and cleaner code base
- Add the **GitHub** Action: **Super-Linter** to your current **GitHub** Actions workflow
- Enjoy your more *stable*, and *cleaner* code base
### Example connecting GitHub Action Workflow
In your repository you should have a `workflows` folder with **GitHub** Action similar to below: