chore: add actionlint hook for GitHub Actions workflow validation

This commit is contained in:
GitHub Actions
2026-02-08 09:51:36 +00:00
parent 7bf2059a94
commit ef5efd2e33

View File

@@ -14,6 +14,12 @@ repos:
- id: check-yaml
- id: check-added-large-files
args: ['--maxkb=2500']
- repo: https://github.com/rhysd/actionlint
rev: v1.7.10
hooks:
- id: actionlint
name: actionlint (GitHub Actions)
files: '^\.github/workflows/.*\.ya?ml$'
- repo: local
hooks:
- id: dockerfile-check