Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 81125b8

Browse files
authored
Merge pull request #1158 from chris-reeves/fix-broken-deploy
Install shellcheck and shfmt for deploy workflow
2 parents 4106b56 + c82b25d commit 81125b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎.github/workflows/deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313

14+
- name: Install shellcheck and shfmt (used for testing)
15+
run: sudo apt-get install -y shellcheck shfmt
16+
1417
- uses: pnpm/action-setup@v2
1518
with:
1619
version: 8

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /