ci: Adds target tests and move to gitlab components

Ths adopts gitlab components for better maintanance of CI.
Adds target tests
This commit is contained in:
Euripedes Rocha Filho
2025-10-01 10:21:02 +02:00
parent 110613a8a6
commit 71534b1c43
37 changed files with 685 additions and 480 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ repos:
- id: check-executables-have-shebangs # Checks executables have a proper shebang
- id: mixed-line-ending # Detects mixed line endings (CRLF/LF)
args: ['-f=lf'] # Forces files to use LF line endings
- id: double-quote-string-fixer # Converts single quotes to double quotes in strings
# Removed double-quote-string-fixer in favor of Ruff enforcing quotes
- repo: https://github.com/espressif/check-copyright/
rev: v1.1.1