Skip to content

Commit

Permalink
ci: Install devscripts
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmckinney committed May 23, 2024
1 parent fc0fc87 commit 7a085cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/shell/samples/shell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- uses: actions/checkout@v4
- run: |
sudo apt update
sudo apt install checkbashisms shellcheck shfmt
sudo apt install devscripts shellcheck shfmt
- run: checkbashisms $(shfmt -f .)
- run: shellcheck $(shfmt -f .)
- run: shfmt -d -i 4 -sr $(shfmt -f .)

0 comments on commit 7a085cb

Please sign in to comment.