Skip to content

Commit 4cda2e6

Browse files
committed
feat: ignore .github folder from autofix ci
1 parent 9e87219 commit 4cda2e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
cache-dependency-path: "yarn.lock"
2626
node-version-file: ".nvmrc"
2727
- run: yarn install
28-
- run: yarn prettier --write .
28+
- run: yarn prettier --write '**/*' '!.github/**'
2929
- uses: autofix-ci/action@635ffb0c9798bd160680f18fd73371e355b85f27

0 commit comments

Comments
 (0)