ci: enforce single quotes in github yaml files

This commit is contained in:
Travis Abendshien
2026-07-08 22:40:09 -07:00
parent 3b6980db6e
commit e3b73fa4d4
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -8,3 +8,8 @@ bracketSpacing = true
objectWrap = "preserve"
quoteProps = "as-needed"
singleQuote = false
[[overrides]]
files = [".github/**/*.yml", ".github/**/*.yaml"]
[overrides.options]
singleQuote = true