From 7a085cba1482f28041af3d9af5d94a543192147b Mon Sep 17 00:00:00 2001 From: James McKinney <26463+jpmckinney@users.noreply.github.com> Date: Wed, 22 May 2024 23:37:36 -0400 Subject: [PATCH] ci: Install devscripts --- docs/shell/samples/shell.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 .)