소스 검색

Update PHP-Pint.yml

Shlee 1 주 전
부모
커밋
21b6caa047
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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