mirror of
https://github.com/dockur/windows.git
synced 2026-07-06 10:17:16 +01:00
build: Run review steps in parallel (#1771)
This commit is contained in:
@@ -10,6 +10,7 @@ jobs:
|
|||||||
-
|
-
|
||||||
name: Checkout
|
name: Checkout
|
||||||
uses: actions/checkout@v7
|
uses: actions/checkout@v7
|
||||||
|
- parallel:
|
||||||
-
|
-
|
||||||
name: Run ShellCheck
|
name: Run ShellCheck
|
||||||
uses: ludeeus/action-shellcheck@master
|
uses: ludeeus/action-shellcheck@master
|
||||||
|
|||||||
@@ -16,13 +16,13 @@ jobs:
|
|||||||
-
|
-
|
||||||
name: Checkout
|
name: Checkout
|
||||||
uses: actions/checkout@v7
|
uses: actions/checkout@v7
|
||||||
|
- parallel:
|
||||||
-
|
-
|
||||||
name: Spelling
|
name: Spelling
|
||||||
uses: reviewdog/action-misspell@v1
|
uses: reviewdog/action-misspell@v1
|
||||||
with:
|
with:
|
||||||
locale: "US"
|
locale: "US"
|
||||||
level: warning
|
level: warning
|
||||||
fail_level: error
|
|
||||||
pattern: |
|
pattern: |
|
||||||
*.md
|
*.md
|
||||||
*.sh
|
*.sh
|
||||||
@@ -42,7 +42,6 @@ jobs:
|
|||||||
uses: reviewdog/action-yamllint@v1
|
uses: reviewdog/action-yamllint@v1
|
||||||
with:
|
with:
|
||||||
level: warning
|
level: warning
|
||||||
fail_level: error
|
|
||||||
reporter: github-pr-review
|
reporter: github-pr-review
|
||||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
-
|
-
|
||||||
|
|||||||
Reference in New Issue
Block a user