build: Add review workflow for shell formatting (#947)

This commit is contained in:
Kroese
2025-10-21 02:52:13 +02:00
committed by GitHub
parent 79ff16556e
commit f4a762a111

14
.github/workflows/review.yml vendored Normal file
View File

@@ -0,0 +1,14 @@
on:
workflow_dispatch:
pull_request:
name: "Review"
permissions: {}
jobs:
shfmt:
name: shfmt
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: reviewdog/action-shfmt@v1