build: Update workflow (#1271)

This commit is contained in:
Kroese
2026-07-15 21:55:07 +02:00
committed by GitHub
parent 0a9361d62f
commit 6946af0212
-11
View File
@@ -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