Skip to content

Commit 4d37d15

Browse files
committed
chore:update pint action
1 parent ed807ff commit 4d37d15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/fix-php-code-style-issues.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
with:
1313
ref: ${{ github.head_ref }}
1414

15-
- name: Fix PHP code style issues
16-
uses: aglipanci/[email protected]
15+
- name: Install Dependencies
16+
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress
1717

1818
- name: Commit changes
1919
uses: stefanzweifel/git-auto-commit-action@v4

0 commit comments

Comments
 (0)