We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f257ef9 commit 8372fe7Copy full SHA for 8372fe7
.github/workflows/verify.yml
@@ -14,8 +14,8 @@ jobs:
14
steps:
15
- uses: actions/checkout@v4
16
17
- - name: Install shellcheck (used for testing)
18
- run: sudo apt-get install -y shellcheck
+ - name: Install shellcheck and shfmt (used for testing)
+ run: sudo apt-get install -y shellcheck shfmt
19
20
- uses: pnpm/action-setup@v2
21
with:
0 commit comments