Skip to content

Commit

Permalink
Add Yii2 coding standard via composer
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanphp committed Mar 2, 2024
1 parent 98710c3 commit 53e5b29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
run: composer install --prefer-dist

- name: Run phpcs
run: phpcs --standard=Yii2 -q --report=checkstyle framework/ | cs2pr
run: vendor/bin/phpcs --standard=Yii2 -q --report=checkstyle framework/ | cs2pr

0 comments on commit 53e5b29

Please sign in to comment.