Add language: golang to actionlint pre-commit hook (#22483)

This commit is contained in:
Matthias Schoettle
2026-01-09 14:30:00 -05:00
committed by GitHub
parent dc61104726
commit a0f2cd0ded

View File

@@ -125,6 +125,7 @@ repos:
args:
- "-ignore=SC2129" # ignorable stylistic lint from shellcheck
- "-ignore=SC2016" # another shellcheck lint: seems to have false positives?
language: golang # means renovate will also update `additional_dependencies`
additional_dependencies:
# actionlint has a shellcheck integration which extracts shell scripts in `run:` steps from GitHub Actions
# and checks these with shellcheck. This is arguably its most useful feature,