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 9e87219 commit 4cda2e6Copy full SHA for 4cda2e6
.github/workflows/autofix.yml
@@ -25,5 +25,5 @@ jobs:
25
cache-dependency-path: "yarn.lock"
26
node-version-file: ".nvmrc"
27
- run: yarn install
28
- - run: yarn prettier --write .
+ - run: yarn prettier --write '**/*' '!.github/**'
29
- uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27
0 commit comments