mirror of
https://github.com/super-linter/super-linter.git
synced 2024-11-21 21:50:59 -05:00
Bit more explanation
This commit is contained in:
parent
b65cf4a256
commit
44e48abb43
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ To use this **GitHub** Action you will need to complete the following:
|
||||||
5. Enjoy your more _stable_, and _cleaner_ code base
|
5. Enjoy your more _stable_, and _cleaner_ code base
|
||||||
6. Check out the [Wiki](https://github.com/github/super-linter/wiki) for customization options
|
6. Check out the [Wiki](https://github.com/github/super-linter/wiki) for customization options
|
||||||
|
|
||||||
**NOTE:** If you pass the _Environment_ variable `GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}` in your workflow file, then the GitHub Super-Linter will mark the status of each individual linter run in the Checks section of a pull request. There is no need to set the **GitHub** Secret as it is automatically set by GitHub, it only needs to be passed to the action.
|
**NOTE:** If you pass the _Environment_ variable `GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}` in your workflow, then the **GitHub Super-Linter** will mark the status of each individual linter run in the Checks section of a pull request. Without this you will only see the overall status of the full run. There is no need to set the **GitHub** Secret as it is automatically set by GitHub, it only needs to be passed to the action.
|
||||||
|
|
||||||
### Example connecting GitHub Action Workflow
|
### Example connecting GitHub Action Workflow
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue