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 1360c90 commit ad7fd26Copy full SHA for ad7fd26
1 file changed
.github/workflows/build.yml
@@ -44,10 +44,10 @@ jobs:
44
- uses: actions/checkout@v4
45
- uses: creyD/prettier_action@v4.6
46
with:
47
- prettier_options: --write **/*.{js,ts}
+ prettier_options: --check **/*.{js,ts}
48
only_changed: True
49
dry: True
50
- prettier_version: 3.5.3
+ prettier_version: 3.5
51
allow_other_plugins: true
52
prettier_plugins: "@ianvs/prettier-plugin-sort-imports"
53
0 commit comments