diff --git a/docs/shell/samples/shell.yml b/docs/shell/samples/shell.yml index 2f561f4..fe96765 100644 --- a/docs/shell/samples/shell.yml +++ b/docs/shell/samples/shell.yml @@ -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 .)