1
0
miroir de https://github.com/dockur/windows.git synchronisé 2026-06-12 21:29:36 +08:00

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

Cette révision appartient à :
Kroese
2025-10-21 22:46:06 +02:00
révisé par GitHub
Parent 9236127a86
révision a0bcd719be
+19
Voir le fichier
@@ -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 }}