mirror of
https://github.com/qemus/qemu-docker.git
synced 2025-12-24 13:38:05 +08:00
build: Add review workflow for shell formatting (#947)
This commit is contained in:
14
.github/workflows/review.yml
vendored
Normal file
14
.github/workflows/review.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user