ci: add formatter
CI / Test (action.json) (pull_request) Successful in 11s
CI / Test (common.json) (pull_request) Successful in 11s
CI / Test (docker-compose.json) (pull_request) Successful in 10s
CI / Test (helm.json) (pull_request) Successful in 11s
CI / Test (k8s.json) (pull_request) Successful in 10s
CI / Format (pull_request) Successful in 8s
CI / Test (bun-npm.json) (pull_request) Successful in 1m6s

This commit is contained in:
2026-06-21 17:21:16 +02:00
parent 229212cb6e
commit 2ad70f6ee6
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"
}
}