diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index d68bc6f88..7fb7ade26 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -24,10 +24,11 @@ jobs: - run: composer normalize + - run: vendor/bin/php-cs-fixer fix + - run: composer docs - - run: npx prettier --write --tab-width=2 *.md **/*.md - - run: vendor/bin/php-cs-fixer fix + - run: npx prettier --write --tab-width=2 *.md **/*.md - uses: autofix-ci/action@v1 with: