summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Groffen <grobian@gentoo.org>2024-03-30 12:55:52 +0100
committerFabian Groffen <grobian@gentoo.org>2024-03-30 12:55:52 +0100
commit2e3f842a40866cead42486b306045ce4d63c7e7f (patch)
tree07d0c10452b16ff11f49c5bd3697affaed3c4b7a
parentscripts/bootstrap-prefix: shellcheck (diff)
downloadprefix-2e3f842a40866cead42486b306045ce4d63c7e7f.tar.gz
prefix-2e3f842a40866cead42486b306045ce4d63c7e7f.tar.bz2
prefix-2e3f842a40866cead42486b306045ce4d63c7e7f.zip
github: run latest shellcheck
Signed-off-by: Fabian Groffen <grobian@gentoo.org>
-rw-r--r--.github/workflows/scripts.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/scripts.yml b/.github/workflows/scripts.yml
index 461bd8d036..ec027738e5 100644
--- a/.github/workflows/scripts.yml
+++ b/.github/workflows/scripts.yml
@@ -18,6 +18,6 @@ jobs:
bash -n "${script}"
done
- name: Test scripts with ShellCheck
- uses: ludeeus/action-shellcheck@1.1.0
+ uses: ludeeus/action-shellcheck@master
with:
scandir: "./scripts"