Skip to content

Commit

Permalink
Update lint.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmatosbc authored Dec 2, 2024
1 parent b2e0ccb commit 2c2f304
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
run: composer global require "squizlabs/php_codesniffer=*"

- name: Run PHP_CodeSniffer
run: ~/.composer/vendor/bin/phpcs --standard=PSR12 .
run: ~/.composer/vendor/bin/phpcs

- name: Upload PHP_CodeSniffer results
if: always()
Expand Down

0 comments on commit 2c2f304

Please sign in to comment.