Format YAML and JSON Files With Prettier (#4304)

* ci: format yaml and json files with prettier

* chore: add changelog entry

* fix: format everything

* ci: run pretter on all files

* ci: rename prettier step
This commit is contained in:
nerix
2023-01-15 17:27:41 +01:00
committed by GitHub
parent f933d9cdf2
commit 2233b46512
20 changed files with 303 additions and 268 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Download artifact'
- name: "Download artifact"
uses: actions/github-script@v6
with:
script: |
@@ -32,7 +32,7 @@ jobs:
});
const fs = require('fs');
fs.writeFileSync('${{github.workspace}}/clang-tidy-review.zip', Buffer.from(download.data));
- name: 'Unzip artifact'
- name: "Unzip artifact"
run: unzip clang-tidy-review.zip
- uses: ZedThree/clang-tidy-review/post@v0.10.1