From ebcba7a0e8fef7c7fbe9709ec48e45c6b5ed7190 Mon Sep 17 00:00:00 2001 From: Chris Hofstaedtler Date: Sat, 18 Nov 2023 18:40:37 +0100 Subject: [PATCH] ci: fix shellcheck for test scripts --- .github/workflows/pr-review.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-review.yml b/.github/workflows/pr-review.yml index 19ea46d..686de9d 100644 --- a/.github/workflows/pr-review.yml +++ b/.github/workflows/pr-review.yml @@ -34,7 +34,7 @@ jobs: with: github_token: ${{ secrets.github_token }} reporter: github-pr-review - path: "." + path: tests pattern: | - tests/* + * check_all_files_with_shebangs: "false" -- 2.1.4