Skip to content

Commit 007436b

Browse files
committed
ci: add shfmt option to CI workflow
1 parent 9e58ccc commit 007436b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ on:
2828
description: "Prettier"
2929
type: boolean
3030
default: false
31+
shfmt:
32+
description: "shfmt"
33+
type: boolean
34+
default: false
3135
tests:
3236
description: "Tests"
3337
type: boolean
@@ -73,6 +77,7 @@ jobs:
7377
lua-language-server: ${{ inputs.lua-language-server || false }}
7478
markdownlint: ${{ inputs.markdownlint || false }}
7579
prettier: ${{ inputs.prettier || false }}
80+
shfmt: ${{ inputs.shfmt || false }}
7681

7782
release-please: ${{ inputs.release-please || false }}
7883
publish-dev: ${{ inputs.publish-dev || false }}

0 commit comments

Comments
 (0)