We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 660a55f commit 3d6b098Copy full SHA for 3d6b098
1 file changed
.github/workflows/autofix.yml
@@ -24,10 +24,11 @@ jobs:
24
25
- run: composer normalize
26
27
+ - run: vendor/bin/php-cs-fixer fix
28
+
29
- run: composer docs
- - run: npx prettier --write --tab-width=2 *.md **/*.md
30
- - run: vendor/bin/php-cs-fixer fix
31
+ - run: npx prettier --write --tab-width=2 *.md **/*.md
32
33
- uses: autofix-ci/action@v1
34
with:
0 commit comments