Skip to content

Commit

Permalink
FIX: code-format-check(php_codesniffer: path to folder)
Browse files Browse the repository at this point in the history
  • Loading branch information
YuriiDorosh committed Mar 9, 2024
1 parent 7bbafc2 commit 467d385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code-format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: php ./vendor/bin/phplint

- name: Run PHP_CodeSniffer
run: php ./vendor/bin/phpcs --standard=./configs/phpcs.xml
run: php ./vendor/bin/phpcs --standard=./configs/phpcs.xml ./app

- name: Run Psalm
run: php ./vendor/bin/psalm --config=./configs/psalm.xml

0 comments on commit 467d385

Please sign in to comment.