Skip to content

Commit 36688c5

Browse files
ci(github): run php-cs-fixer in workflow build.yml
1 parent 5497299 commit 36688c5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/build.yml

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

27+
- name: Run php-cs-fixer
28+
run: php-cs-fixer fix .
29+
2730
- name: Check Git working tree
2831
run: |
2932
if [[ $(git diff --stat) != '' ]]; then

0 commit comments

Comments
 (0)