feat: Added pre-commit hook of PowerShell scrip checker

This commit is contained in:
Jakub Kocka
2024-04-30 12:36:00 +02:00
parent aa27fbd231
commit 8f383060dd
7 changed files with 45 additions and 17 deletions
+5
View File
@@ -224,6 +224,11 @@ repos:
name: shellcheck dash (export.sh)
args: ['--shell', 'dash', '-x']
files: 'export.sh'
- repo: https://github.com/espressif/esp-pwsh-check
rev: v1.0.1
hooks:
- id: check-powershell-scripts
stages: [manual]
- repo: https://github.com/espressif/esp-idf-sbom.git
rev: v0.13.0
hooks: