s/Github/GitHub/g

This commit is contained in:
John Wiebalk 2020-01-09 18:01:23 -05:00
parent cdbb7fa6a3
commit 22f9ca1e84

View file

@ -19,7 +19,7 @@ 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
- 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
@ -132,7 +132,7 @@ The **Docker** container that is built from this repository is located at `https
If you find that you need to run super-linter locally, you can follow the documentation at [Running super-linter locally](https://github.com/github/super-linter/blob/master/.github/run-linter-locally.md)
## How to contribute
If you would like to help contribute to this **Github** Action, please see [CONTRIBUTING](https://github.com/github/super-linter/blob/master/.github/CONTRIBUTING.md)
If you would like to help contribute to this **GitHub** Action, please see [CONTRIBUTING](https://github.com/github/super-linter/blob/master/.github/CONTRIBUTING.md)
--------------------------------------------------------------------------------