Skip to content

Commit

Permalink
Merge pull request espressif#408 from espressif/fix/_bsp_reame_py
Browse files Browse the repository at this point in the history
fix(pre-commit): Run README check only for files in BSP root folder
  • Loading branch information
tore-espressif authored Oct 14, 2024
2 parents 1ec79cd + 1625a2b commit d823752
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repos:
name: Update BSP README with dependencies section
entry: .github/ci/update_readme_dependencies.py
language: python
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
additional_dependencies:
- idf_component_manager==1.4.2
- py-markdown-table
Expand Down

0 comments on commit d823752

Please sign in to comment.