Skip to content

Commit f76c24f

Browse files
committed
[CI] Added CI step
1 parent 4f7291e commit f76c24f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,11 @@ jobs:
3535
- name: Run PHP CS Fixer
3636
run: tools/php-cs-fixer/vendor/bin/php-cs-fixer fix --config=.php-cs-fixer.php -v --show-progress=dots
3737

38+
- name: Run Prettier
39+
run: |
40+
yarn install
41+
yarn prettier-test --write
42+
3843
- name: Commit changes
3944
uses: stefanzweifel/git-auto-commit-action@v4
4045
with:

0 commit comments

Comments
 (0)