ci: add formatter (#70)
CD / Release (push) Successful in 5s

Reviewed-on: #70
Co-authored-by: Timo Behrendt <t.behrendt@t00n.de>
Co-committed-by: Timo Behrendt <t.behrendt@t00n.de>
This commit was merged in pull request #70.
This commit is contained in:
2026-06-21 17:36:23 +02:00
committed by t.behrendt
parent 0afa3391bd
commit 686ef21e0e
11 changed files with 106 additions and 13 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"name": "renovate-configs",
"private": true,
"scripts": {
"fmt": "oxfmt -c .oxfmtrc.json",
"fmt:check": "oxfmt -c .oxfmtrc.json --check"
},
"devDependencies": {
"oxfmt": "0.55.0"
}
}