File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed
Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 11FROM php:8.0.1-alpine
22
3- LABEL "com.github.actions.name" ="OSKAR- PHP-CS-Fixer"
3+ LABEL "com.github.actions.name" ="PHP-CS-Fixer"
44LABEL "com.github.actions.description" ="check php files"
55LABEL "com.github.actions.icon" ="check"
66LABEL "com.github.actions.color" ="blue"
77
8- LABEL "repository" ="http://github.com/oskarstark/php-cs-fixer-ga"
9- LABEL "homepage" ="http://github.com/actions"
10- LABEL "maintainer" =
"Oskar Stark <[email protected] >" 11-
12- RUN wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.18.2/php-cs-fixer.phar -O php-cs-fixer \
8+ RUN wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.18.3/php-cs-fixer.phar -O php-cs-fixer \
139 && chmod a+x php-cs-fixer \
1410 && mv php-cs-fixer /usr/local/bin/php-cs-fixer
1511
You can’t perform that action at this time.
0 commit comments