Преглед изворни кода

ci(rules): add missing scripts under tools folder

Fu Hanxi пре 5 година
родитељ
комит
bb1be1e07e
1 измењених фајлова са 4 додато и 0 уклоњено
  1. 4 0
      .gitlab/ci/rules.yml

+ 4 - 0
.gitlab/ci/rules.yml

@@ -13,6 +13,7 @@
 
 .patterns-c-files: &patterns-c-files
   - ".gitlab/ci/static-code-analysis.yml"
+  - "tools/ci/static-analysis-rules.yml"
   - "**/*.{c,C}"
   - "**/*.{h,H}"
   - "components/**/Kconfig"
@@ -121,6 +122,9 @@
 
   - "tools/kconfig_new/**/*"
 
+  - "tools/detect_python.sh"
+  - "tools/detect_python.fish"
+
 .patterns-windows: &patterns-windows
   - "tools/windows/**/*"