Skip to content

Commit 8372fe7

Browse files
committed
Ensure shfmt is installed in verify workflow
shfmt must be installed in order for the tests to pass in the GitHub 'verify' workflow.
1 parent f257ef9 commit 8372fe7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v4
1616

17-
- name: Install shellcheck (used for testing)
18-
run: sudo apt-get install -y shellcheck
17+
- name: Install shellcheck and shfmt (used for testing)
18+
run: sudo apt-get install -y shellcheck shfmt
1919

2020
- uses: pnpm/action-setup@v2
2121
with:

0 commit comments

Comments
 (0)