Skip to content

Commit 8815d15

Browse files
authored
Merge branch 'main' into format-broken-links-report
2 parents 0c16165 + 4de2712 commit 8815d15

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

script/graphql/update-files.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ async function main () {
7878
updateStaticFile(previewsJson, path.join(graphqlStaticDir, 'previews.json'))
7979
updateStaticFile(upcomingChangesJson, path.join(graphqlStaticDir, 'upcoming-changes.json'))
8080
updateStaticFile(prerenderedObjects, path.join(graphqlStaticDir, 'prerendered-objects.json'))
81+
82+
// Ensure the YAML linter runs before checkinging in files
83+
execSync('npx prettier -w "**/*.{yml,yaml}"')
8184
}
8285

8386
// get latest from github/github

0 commit comments

Comments
 (0)