build: Run review steps in parallel (#1771)

This commit is contained in:
Kroese
2026-06-25 22:36:15 +02:00
committed by GitHub
parent 9c6c348f5d
commit 57f3a4a723
2 changed files with 8 additions and 8 deletions
+1
View File
@@ -10,6 +10,7 @@ jobs:
-
name: Checkout
uses: actions/checkout@v7
- parallel:
-
name: Run ShellCheck
uses: ludeeus/action-shellcheck@master
+1 -2
View File
@@ -16,13 +16,13 @@ jobs:
-
name: Checkout
uses: actions/checkout@v7
- parallel:
-
name: Spelling
uses: reviewdog/action-misspell@v1
with:
locale: "US"
level: warning
fail_level: error
pattern: |
*.md
*.sh
@@ -42,7 +42,6 @@ jobs:
uses: reviewdog/action-yamllint@v1
with:
level: warning
fail_level: error
reporter: github-pr-review
github_token: ${{ secrets.GITHUB_TOKEN }}
-