From 9d65318d0f24296cfd1bce9fbe11909672f86abc Mon Sep 17 00:00:00 2001 From: mark8-1 Date: Wed, 20 Nov 2024 10:12:50 +0200 Subject: [PATCH] fix lint --- .github/workflows/lint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d966c4d89..afd0b3d74 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -23,9 +23,11 @@ jobs: - name: Install Pint run: composer global require laravel/pint + working-directory: ./src/backend - name: Run Pint run: pint + working-directory: ./src/backend - name: Commit linted files uses: stefanzweifel/git-auto-commit-action@v5