From 3c7cff0b14af00caeefaf29215fadf6f1b014cca Mon Sep 17 00:00:00 2001 From: Robert Brodie Date: Wed, 19 Jun 2024 15:51:16 -0400 Subject: [PATCH] SP-983 Update the dir we use --- .github/workflows/analyze.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/analyze.yml b/.github/workflows/analyze.yml index d01170e..856c129 100644 --- a/.github/workflows/analyze.yml +++ b/.github/workflows/analyze.yml @@ -11,4 +11,4 @@ jobs: - name: PHP_CodeSniffer run: | curl -OL https://phars.phpcodesniffer.com/phpcs.phar - php phpcs.phar src \ No newline at end of file + php phpcs.phar modules \ No newline at end of file