mirror of
https://github.com/dockur/windows.git
synced 2026-05-06 14:41:24 +00:00
Merge 9cf92bf2ed into d8e51d8965
This commit is contained in:
commit
18f3a50251
55 changed files with 5577 additions and 2 deletions
6
.github/workflows/review.yml
vendored
6
.github/workflows/review.yml
vendored
|
|
@ -22,6 +22,7 @@ jobs:
|
|||
with:
|
||||
locale: "US"
|
||||
level: warning
|
||||
fail_level: error
|
||||
pattern: |
|
||||
*.md
|
||||
*.sh
|
||||
|
|
@ -32,6 +33,7 @@ jobs:
|
|||
uses: reviewdog/action-hadolint@v1
|
||||
with:
|
||||
level: warning
|
||||
fail_level: error
|
||||
reporter: github-pr-review
|
||||
hadolint_ignore: DL3006 DL3008
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
@ -40,6 +42,7 @@ jobs:
|
|||
uses: reviewdog/action-yamllint@v1
|
||||
with:
|
||||
level: warning
|
||||
fail_level: error
|
||||
reporter: github-pr-review
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
-
|
||||
|
|
@ -47,6 +50,7 @@ jobs:
|
|||
uses: reviewdog/action-actionlint@v1
|
||||
with:
|
||||
level: warning
|
||||
fail_level: error
|
||||
reporter: github-pr-review
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
-
|
||||
|
|
@ -54,6 +58,7 @@ jobs:
|
|||
uses: reviewdog/action-shfmt@v1
|
||||
with:
|
||||
level: warning
|
||||
fail_level: error
|
||||
shfmt_flags: "-i 2 -ci -bn"
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
-
|
||||
|
|
@ -61,6 +66,7 @@ jobs:
|
|||
uses: reviewdog/action-shellcheck@v1
|
||||
with:
|
||||
level: warning
|
||||
fail_level: error
|
||||
reporter: github-pr-review
|
||||
shellcheck_flags: -x -e SC1091 -e SC2001 -e SC2002 -e SC2034 -e SC2064 -e SC2153 -e SC2317 -e SC2028
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue