chore: add publish workflow and developer tooling configurations (#73)

* feat(ci): new release flow, linting

* chore: upgrade yarn, regenerate yarn.lock

* feat: upgrade packages, publish workflow, lint

* chore(lint): prettier default config

* chore: remove gitHead from package.json

* chore: upgrade workflows

* chore: clean packages
This commit is contained in:
2025-12-04 01:46:38 +02:00
committed by GitHub
parent f007324084
commit ad8f7e3a55
23 changed files with 7339 additions and 2541 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.9
hooks:
- id: actionlint
args: ['-shellcheck=']
args: ["-shellcheck="]
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 42.26.11
@@ -56,8 +56,8 @@ repos:
- id: renovate-config-validator
- repo: https://github.com/bridgecrewio/checkov.git
rev: '3.2.495'
rev: "3.2.495"
hooks:
- id: checkov
args:
- '--quiet'
- "--quiet"