We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ec79cd commit 1625a2bCopy full SHA for 1625a2b
.pre-commit-config.yaml
@@ -27,7 +27,7 @@ repos:
27
name: Update BSP README with dependencies section
28
entry: .github/ci/update_readme_dependencies.py
29
language: python
30
- files: 'bsp\/.*\/include\/.*\.h|bsp\/.*idf_component\.yml|bsp\/.*README\.md' # All idf_component.yml, README.md and .h files in bsp directory
+ files: 'bsp\/.*\/include\/.*\.h|bsp\/\w*\/idf_component\.yml|bsp\/\w*\/README\.md' # All idf_component.yml, README.md and .h files in bsp directory
31
additional_dependencies:
32
- idf_component_manager==1.4.2
33
- py-markdown-table
0 commit comments