ci: fix shellcheck for test scripts
authorChris Hofstaedtler <chris@hofstaedtler.name>
Sat, 18 Nov 2023 17:40:37 +0000 (18:40 +0100)
committerChris Hofstaedtler <chris@hofstaedtler.name>
Sat, 18 Nov 2023 17:41:12 +0000 (18:41 +0100)
.github/workflows/pr-review.yml

index 19ea46d..686de9d 100644 (file)
@@ -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"