Compare commits

..

1 Commits

Author SHA1 Message Date
t.behrendt 2ad70f6ee6 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
2026-06-21 17:31:17 +02:00
+3 -3
View File
@@ -1,11 +1,11 @@
{ {
"name": "renovate-configs", "name": "renovate-configs",
"devDependencies": {
"oxfmt": "0.55.0"
},
"private": true, "private": true,
"scripts": { "scripts": {
"fmt": "oxfmt -c .oxfmtrc.json", "fmt": "oxfmt -c .oxfmtrc.json",
"fmt:check": "oxfmt -c .oxfmtrc.json --check" "fmt:check": "oxfmt -c .oxfmtrc.json --check"
},
"devDependencies": {
"oxfmt": "0.55.0"
} }
} }