mirror of
https://github.com/ivuorinen/actions.git
synced 2026-03-21 02:01:10 +00:00
fix(lint): resolve action-validator failure on language-version-detect
- Remove unsupported `deprecated: true` from language-version-detect/action.yml (deprecation already communicated via description field) - Scope action-validator pre-commit hook to workflow and action.yml files only - Make missing pre-commit a hard error in lint-actions target
This commit is contained in:
@@ -99,3 +99,4 @@ repos:
|
||||
rev: v0.8.0
|
||||
hooks:
|
||||
- id: action-validator
|
||||
files: '(^\.github/workflows/.*\.ya?ml$|.*/action\.ya?ml$)'
|
||||
|
||||
Reference in New Issue
Block a user