Skip to content

Commit 8cad259

Browse files
committed
Revert "Pin Prettier plug-in version in GitHub action (#351)"
This reverts commit c44313b. [prettier/plugin-xml](https://github.com/prettier/plugin-xml) restored support for the `xmlSelfClosingSpace` option with prettier/plugin-xml#300 for [v1.1.0](https://github.com/prettier/plugin-xml/blob/main/CHANGELOG.md#110---2021-09-26), which allows formatting checks to complete successfully. This commit unpins the plug-in version now that the regression in prettier/plugin-xml#11 is resolved, so the latest version of the plug-in can once again be used. Signed-off-by: Roger Sheen <roger@infotexture.net>
1 parent 9f28fc1 commit 8cad259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prettier.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ jobs:
2828
# This part is also where you can pass other options, for example:
2929
prettier_options: --write **/*.{css,dita*,json,md,scss,xml,yaml,yml}
3030
# Install Prettier XML plugin
31-
prettier_plugins: '@prettier/plugin-xml@v0.13.1'
31+
prettier_plugins: '@prettier/plugin-xml'
3232
# Runs the action in dry mode. Files wont get changed and the action fails if there are unprettified files.
3333
dry: true

0 commit comments

Comments
 (0)