1
0
réplica de https://github.com/dockur/windows.git sincronizado 2026-06-12 13:19:34 +08:00

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

Este cometimento está contido em:
Kroese
2025-10-21 22:46:06 +02:00
cometido por GitHub
ascendente 9236127a86
cometimento a0bcd719be
+19
Ver ficheiro
@@ -0,0 +1,19 @@
on:
pull_request:
name: "Review"
jobs:
review:
name: review
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v5
-
name: Review
uses: reviewdog/action-shfmt@v1
with:
shfmt_flags: "-i 2 -ci -bn"
github_token: ${{ secrets.REPO_ACCESS_TOKEN }}