Skip to content

Commit ea76699

Browse files
author
Antonio Spadaro
committed
Add support for .gitlab-ci.yaml files
1 parent 0defc41 commit ea76699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-hooks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
description: 'Validate GitLab CI config against the schema provided by SchemaStore'
161161
entry: check-jsonschema --builtin-schema vendor.gitlab-ci --data-transform gitlab-ci --regex-variant nonunicode
162162
language: python
163-
files: ^.*\.gitlab-ci\.yml$
163+
files: ^.*\.gitlab-ci\.(yml|yaml)$
164164
types: [yaml]
165165

166166
# this hook is autogenerated from a script

0 commit comments

Comments
 (0)