From dd5985137b349fa839d6fb323c5959f85ba90d5f Mon Sep 17 00:00:00 2001 From: dust <118817115+androsrivas@users.noreply.github.com> Date: Tue, 24 Oct 2023 10:52:36 +0200 Subject: [PATCH] Update pint.yml --- .github/workflows/pint.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/pint.yml b/.github/workflows/pint.yml index 3081144d..c0e6853c 100644 --- a/.github/workflows/pint.yml +++ b/.github/workflows/pint.yml @@ -10,13 +10,6 @@ jobs: uses: actions/checkout@v3 - name: Pinting uses: aglipanci/laravel-pint-action@2.0.0 - with: - preset: per - verboseMode: true - testMode: true - configPath: ./vendor/bin/pint - pintVersion: 1.8.0 - onlyDirty: true - name: Commit changes uses: stefanzweifel/git-auto-commit-action@v4 with: