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 9f28fc1 commit 8cad259Copy full SHA for 8cad259
.github/workflows/prettier.yml
@@ -28,6 +28,6 @@ jobs:
28
# This part is also where you can pass other options, for example:
29
prettier_options: --write **/*.{css,dita*,json,md,scss,xml,yaml,yml}
30
# Install Prettier XML plugin
31
- prettier_plugins: '@prettier/plugin-xml@v0.13.1'
+ prettier_plugins: '@prettier/plugin-xml'
32
# Runs the action in dry mode. Files wont get changed and the action fails if there are unprettified files.
33
dry: true
0 commit comments