Skip to content

Commit

Permalink
Merge pull request #1158 from chris-reeves/fix-broken-deploy
Browse files Browse the repository at this point in the history
Install shellcheck and shfmt for deploy workflow
  • Loading branch information
skovhus authored May 3, 2024
2 parents 4106b56 + c82b25d commit 81125b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ jobs:
steps:
- uses: actions/checkout@v4

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

- uses: pnpm/action-setup@v2
with:
version: 8
Expand Down

0 comments on commit 81125b8

Please sign in to comment.