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