mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-22 00:31:07 -05:00
Merge branch 'master' into jwiebalk/dockerlinter
This commit is contained in:
commit
a82c5fe6cb
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
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/`
|
- 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
|
- 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
|
- Add the **GitHub** Action: **Super-Linter** to your current **GitHub** Actions workflow
|
||||||
- Enjoy your more stable, and cleaner code base
|
- Enjoy your more *stable*, and *cleaner* code base
|
||||||
|
|
||||||
### Example connecting GitHub Action Workflow
|
### Example connecting GitHub Action Workflow
|
||||||
In your repository you should have a `workflows` folder with **GitHub** Action similar to below:
|
In your repository you should have a `workflows` folder with **GitHub** Action similar to below:
|
||||||
|
|
Loading…
Reference in a new issue