From bf0d71c5211806baf0e44c826854a0bb279bb1be Mon Sep 17 00:00:00 2001 From: Judy Ng Date: Wed, 3 Jan 2024 16:23:19 -0500 Subject: [PATCH] Change shellcheck severity to warning and ignore tests Signed-off-by: Judy Ng --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 69ebcbe4df..8a0d5cc30e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -206,5 +206,6 @@ jobs: - name: Run ShellCheck uses: ludeeus/action-shellcheck@master with: - severity: error + severity: warning + ignore_paths: tests ignore_names: user_data.sh