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 894e38f commit 789b453Copy full SHA for 789b453
.github/workflows/json.yml
@@ -45,7 +45,7 @@ jobs:
45
uses: actions/checkout@v4
46
47
- name: prettier
48
- uses: creyD/prettier_action@v4.3
+ uses: creyD/prettier_action@v4.5
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