mirror of
https://github.com/actions/actions-runner-controller.git
synced 2025-12-11 12:06:57 +00:00
ci: use github-pr-check reporter for shellcheck (#1927)
* ci: use github-pr-review reporter for shellcheck * ci: use default reporter Co-authored-by: toast-gear <toast-gear@users.noreply.github.com>
This commit is contained in:
1
.github/workflows/validate-runners.yaml
vendored
1
.github/workflows/validate-runners.yaml
vendored
@@ -22,7 +22,6 @@ jobs:
|
|||||||
uses: reviewdog/action-shellcheck@v1
|
uses: reviewdog/action-shellcheck@v1
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
reporter: shellcheck
|
|
||||||
path: "./runner"
|
path: "./runner"
|
||||||
pattern: |
|
pattern: |
|
||||||
*.sh
|
*.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user