Parcourir la source

Update PHP-Pint.yml

Shlee il y a 1 semaine
Parent
commit
21b6caa047
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      .github/workflows/PHP-Pint.yml

+ 2 - 2
.github/workflows/PHP-Pint.yml

@@ -29,8 +29,8 @@ jobs:
           extensions: json, dom, curl, libxml, mbstring
           coverage: none
 
-      - name: Install Pint
-        run: composer global require laravel/pint
+      - name: Install Composer dependencies
+        run: composer install --no-interaction --no-progress
 
       - name: Run Pint
         run: pint  --test