feat: upgrade yarn, prettier format all, upgrade actions (#74)

* feat: upgrade yarn, prettier format all, upgrade actions

* fix: postinstall script and .releaserc.json
This commit is contained in:
2025-12-01 09:59:53 +02:00
committed by GitHub
parent ec699199a1
commit 1a41b48f0c
18 changed files with 4465 additions and 3368 deletions

View File

@@ -42,13 +42,13 @@ repos:
rev: v0.11.0
hooks:
- id: shellcheck
args: ['--severity=warning']
args: ["--severity=warning"]
- repo: https://github.com/rhysd/actionlint
rev: v1.7.8
hooks:
- id: actionlint
args: ['-shellcheck=']
args: ["-shellcheck="]
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 41.159.4
@@ -56,8 +56,8 @@ repos:
- id: renovate-config-validator
- repo: https://github.com/bridgecrewio/checkov.git
rev: '3.2.488'
rev: "3.2.488"
hooks:
- id: checkov
args:
- '--quiet'
- "--quiet"