From 873a96c97bb3ba8acf9aae2b082b547437f0c456 Mon Sep 17 00:00:00 2001 From: Kroese Date: Wed, 15 Jul 2026 22:11:25 +0200 Subject: [PATCH] build: Update workflow (#92) --- .github/workflows/review.yml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index 4207dd4..f9f17c4 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -17,17 +17,6 @@ jobs: name: Checkout code 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