Compare commits

..

1 Commits

Author SHA1 Message Date
t.behrendt ec5380a026 ci: add formatter
CI / Test (action.json) (pull_request) Successful in 12s
CI / Test (bun-npm.json) (pull_request) Successful in 10s
CI / Test (common.json) (pull_request) Successful in 12s
CI / Test (helm.json) (pull_request) Successful in 11s
CI / Test (k8s.json) (pull_request) Successful in 11s
CI / Format (pull_request) Failing after 8s
CI / Test (docker-compose.json) (pull_request) Successful in 1m0s
2026-06-21 17:21:16 +02:00
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -20,6 +20,6 @@ jobs:
with:
token: ${{ secrets.GITEA_TOKEN }}
prerelease: ${{ github.event_name == 'workflow_dispatch' }}
- uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@d658186b7db91d5a93dec78794c8585fa98af79c # 0.2.6
- uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@38c1bbd8bad3e7965744d03de85faa4a5b808d1b # 0.2.4
with:
tag: ${{ steps.tag.outputs.new-tag }}
+3 -3
View File
@@ -1,11 +1,11 @@
{
"name": "renovate-configs",
"devDependencies": {
"oxfmt": "0.55.0"
},
"private": true,
"scripts": {
"fmt": "oxfmt -c .oxfmtrc.json",
"fmt:check": "oxfmt -c .oxfmtrc.json --check"
},
"devDependencies": {
"oxfmt": "0.55.0"
}
}