1
0
Shlee 1 долоо хоног өмнө
parent
commit
e2a5e114ed

+ 1 - 1
.github/workflows/lint.yml

@@ -33,7 +33,7 @@ jobs:
         run: composer global require laravel/pint
 
       - name: Run Pint
-        run: pint
+        run: pint  --test
 
 #      - name: Commit linted files
 #        uses: stefanzweifel/git-auto-commit-action@v5