We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b74d008 commit 719c0dcCopy full SHA for 719c0dc
.github/workflows/build.yaml
@@ -33,7 +33,7 @@ jobs:
33
- name: Run prettier with actionsx/prettier
34
uses: actionsx/prettier@v2
35
with:
36
- args: --check --loglevel=warn .
+ args: --write --loglevel=warn .
37
38
- name: tell me what's wrong
39
if: always()
0 commit comments