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 2627e9a commit 2784172Copy full SHA for 2784172
.github/workflows/json.yml
@@ -45,7 +45,7 @@ jobs:
45
uses: actions/checkout@v4
46
47
- name: prettier
48
- uses: creyD/prettier_action@v4.5
+ uses: creyD/prettier_action@v4.6
49
with:
50
dry: true
51
prettier_options: "--check **/*.json"
.github/workflows/markdown.yml
@@ -61,7 +61,7 @@ jobs:
61
62
63
64
65
66
67
prettier_options: "--check **/*.md"
.github/workflows/yaml.yml
@@ -60,7 +60,7 @@ jobs:
60
prettier_options: "--check **/*.{yml,yaml}"
0 commit comments