fix: improve conditional check for image size in GHCR deletion script

This commit is contained in:
GitHub Actions
2026-02-10 06:25:09 +00:00
parent ed3d997c3f
commit bf64878b64
3 changed files with 10 additions and 3 deletions

View File

@@ -14,6 +14,13 @@ repos:
- id: check-yaml
- id: check-added-large-files
args: ['--maxkb=2500']
- repo: https://github.com/shellcheck-py/shellcheck-py
rev: v0.10.0.1
hooks:
- id: shellcheck
name: shellcheck
exclude: '^(frontend/(coverage|dist|node_modules|\.vite)/|test-results|codeql-agent-results)/'
args: ['--severity=error']
- repo: https://github.com/rhysd/actionlint
rev: v1.7.10
hooks: