File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22
22
name : ' Install PHP_CodeSniffer'
23
23
run : " curl -OL https://squizlabs.github.io/PHP_CodeSniffer/phpcs.phar\n php phpcs.phar --version\n "
24
24
-
25
- uses : Novusvetus/action-php_codesniffer@1.2.12
25
+ uses : Novusvetus/action-php_codesniffer@1.2.13
26
26
with :
27
27
files : ' **.php'
28
28
scan_all : true
Original file line number Diff line number Diff line change 20
20
name : ' Install PHP Insights'
21
21
run : " curl -OL https://getcomposer.org/download/latest-2.x/composer.phar\n php composer.phar global config --no-plugins allow-plugins.dealerdirect/phpcodesniffer-composer-installer true\n php composer.phar global require nunomaduro/phpinsights\n php composer.phar clearcache -q\n php ~/.composer/vendor/bin/phpinsights --version\n "
22
22
-
23
- uses : Novusvetus/action-phpinsights@1.1.11
23
+ uses : Novusvetus/action-phpinsights@1.1.12
24
24
with :
25
25
files : ' **.php'
26
26
scan_all : true
You can’t perform that action at this time.
0 commit comments