diff --git a/.forgejo/workflows/phpcs.yml b/.forgejo/workflows/phpcs.yml index d47322a..6d24ee2 100755 --- a/.forgejo/workflows/phpcs.yml +++ b/.forgejo/workflows/phpcs.yml @@ -37,4 +37,4 @@ jobs: uses: ramsey/composer-install@v3 - name: Detect coding standard violations - run: phpcs \ No newline at end of file + run: ./vendor/bin/phpcs \ No newline at end of file