ci: add c5-bt-lib in submodule patterns

also fix the pattern that triggers the check
This commit is contained in:
Fu Hanxi
2024-04-09 12:31:01 +02:00
parent 35c4b059e4
commit d60c435935
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -188,7 +188,7 @@ repos:
name: Check gitlab yaml files
entry: tools/ci/gitlab_yaml_linter.py
language: python
files: '\.gitlab-ci\.yml|\.gitlab/ci/.+\.yml'
files: '\.gitlab-ci\.yml|\.gitlab/ci/.+\.yml|\.gitmodules'
pass_filenames: false
additional_dependencies:
- PyYAML == 5.3.1