build: Update workflow (#92)

This commit is contained in:
Kroese
2026-07-15 22:11:25 +02:00
committed by GitHub
parent f7d312bb54
commit 873a96c97b
-11
View File
@@ -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