From 4eb3ffd894b56fc60e6cf8b93dcaba8c751f1a3c Mon Sep 17 00:00:00 2001 From: Yatish Mehta Date: Sat, 12 Oct 2024 20:47:27 -0700 Subject: [PATCH] Fix Github Actions --- .github/workflows/validate-shell-scripts.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/validate-shell-scripts.yml b/.github/workflows/validate-shell-scripts.yml index c77931d..65c0947 100644 --- a/.github/workflows/validate-shell-scripts.yml +++ b/.github/workflows/validate-shell-scripts.yml @@ -17,3 +17,4 @@ jobs: with: scandir: "." severity: error + shell_files: "**/*.sh"