We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0defc41 commit ea76699Copy full SHA for ea76699
.pre-commit-hooks.yaml
@@ -160,7 +160,7 @@
160
description: 'Validate GitLab CI config against the schema provided by SchemaStore'
161
entry: check-jsonschema --builtin-schema vendor.gitlab-ci --data-transform gitlab-ci --regex-variant nonunicode
162
language: python
163
- files: ^.*\.gitlab-ci\.yml$
+ files: ^.*\.gitlab-ci\.(yml|yaml)$
164
types: [yaml]
165
166
# this hook is autogenerated from a script
0 commit comments