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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user