commit:     902b5e71fc44139129ff9514868b6438da26e721
Author:     Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Thu Jun 30 12:52:05 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun 30 16:11:22 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=902b5e71

CI: add ShellCheck

Signed-off-by: Anna Vyalkova <cyber+gentoo <AT> sysrq.in>
Closes: https://github.com/gentoo/prefix/pull/10
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .github/workflows/scripts.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/scripts.yml b/.github/workflows/scripts.yml
index e845df4160..461bd8d036 100644
--- a/.github/workflows/scripts.yml
+++ b/.github/workflows/scripts.yml
@@ -17,3 +17,7 @@ jobs:
         for script in scripts/**/*.sh; do
           bash -n "${script}"
         done
+    - name: Test scripts with ShellCheck
+      uses: ludeeus/[email protected]
+      with:
+        scandir: "./scripts"

Reply via email to