We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d15330b + 19dd81a commit c7abe54Copy full SHA for c7abe54
.github/workflows/phpcs.yml
@@ -25,7 +25,7 @@ jobs:
25
curl -OL https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar
26
php phpcs.phar --version
27
28
- - uses: Novusvetus/action-php_codesniffer@1.2.3
+ - uses: Novusvetus/action-php_codesniffer@1.2.4
29
with:
30
files: "**.php"
31
scan_all: true
0 commit comments