From 5b9f61be1f85b4989f72554b46f6b55e67d1d3d5 Mon Sep 17 00:00:00 2001 From: Bas de Kort Date: Fri, 10 Apr 2026 15:26:51 +0200 Subject: [PATCH 1/2] Fix typo --- .github/workflows/{reviewyml => review.yml} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename .github/workflows/{reviewyml => review.yml} (100%) diff --git a/.github/workflows/reviewyml b/.github/workflows/review.yml similarity index 100% rename from .github/workflows/reviewyml rename to .github/workflows/review.yml From 12153dde4646ee44cbfdd211146c93a705447d0b Mon Sep 17 00:00:00 2001 From: Bas de Kort Date: Fri, 10 Apr 2026 15:42:08 +0200 Subject: [PATCH 2/2] Fix typo --- .github/workflows/review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index d2cefaf..2766bc9 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -25,4 +25,4 @@ jobs: # REVIEW_SEVERITY_THRESHOLD: warning # REVIEW_EXCLUDE_PATHS: "vendor/*,node_modules/*" # REVIEW_TOKEN: ${{ secrets.REVIEW_TOKEN }} - run: php bin/review + run: php /app/bin/review