Compare commits

..

2 Commits

Author SHA1 Message Date
t.behrendt 686ef21e0e 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>
2026-06-21 17:36:23 +02:00
renovate-bot 0afa3391bd chore(deps): update https://gitea.t000-n.de/t.behrendt/actions action to v0.2.6 (#61)
CD / Release (push) Successful in 27s
Co-authored-by: Renovate Bot <renovate@t00n.de>
Co-committed-by: Renovate Bot <renovate@t00n.de>
2026-06-21 17:29:09 +02:00
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -20,6 +20,6 @@ jobs:
with: with:
token: ${{ secrets.GITEA_TOKEN }} token: ${{ secrets.GITEA_TOKEN }}
prerelease: ${{ github.event_name == 'workflow_dispatch' }} prerelease: ${{ github.event_name == 'workflow_dispatch' }}
- uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@38c1bbd8bad3e7965744d03de85faa4a5b808d1b # 0.2.4 - uses: https://gitea.t000-n.de/t.behrendt/actions/release-git-tag@d658186b7db91d5a93dec78794c8585fa98af79c # 0.2.6
with: with:
tag: ${{ steps.tag.outputs.new-tag }} tag: ${{ steps.tag.outputs.new-tag }}
+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"
} }
} }