diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index 3d15c978..21ae69b2 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -17,17 +17,6 @@ jobs: name: Checkout uses: actions/checkout@v7 - parallel: - - - name: Spelling - uses: reviewdog/action-misspell@v1 - with: - locale: "US" - level: warning - pattern: | - *.md - *.sh - reporter: github-pr-review - github_token: ${{ secrets.GITHUB_TOKEN }} - name: Hadolint uses: reviewdog/action-hadolint@v1