Skip to content

Commit 99d820f

Browse files
ci(github): run php-cs-fixer in workflow dependabot.yml
1 parent 0441ecc commit 99d820f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
- name: Build library
2727
run: composer build
2828

29+
- name: Run php-cs-fixer
30+
run: vendor/bin/php-cs-fixer fix .
31+
2932
- name: Git commit and push
3033
uses: stefanzweifel/git-auto-commit-action@v7
3134
with:

0 commit comments

Comments
 (0)