Skip to content

Commit 3d6b098

Browse files
committed
Optimize order of operations for autofix
php-cs-fixer might influence the output of composer docs
1 parent 660a55f commit 3d6b098

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/autofix.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,11 @@ jobs:
2424

2525
- run: composer normalize
2626

27+
- run: vendor/bin/php-cs-fixer fix
28+
2729
- run: composer docs
28-
- run: npx prettier --write --tab-width=2 *.md **/*.md
2930

30-
- run: vendor/bin/php-cs-fixer fix
31+
- run: npx prettier --write --tab-width=2 *.md **/*.md
3132

3233
- uses: autofix-ci/action@v1
3334
with:

0 commit comments

Comments
 (0)