Welcome to the Espressif PWSH Checker!
This repository serves as a PowerShell script checker such as a pre-commit hook for Espressif's projects.
It is based on PSScriptAnalyzer from PowerShell.
- First of all, Docker needs to be installed on the machine (Docker).
- Then add this hook into
.pre-commit-config.yamlin your project.
- repo: https://github.com/espressif/esp-pwsh-check
rev: v1.0.0
hooks:
- id: check-powershell-scripts
- After this pre-commit should run this hook on all modified
.ps1scripts.
In this document, the main changes for this project will be documented.
- The
CHANGELOG.mdfile.
This document and the attached source code are released as Free Software under MIT license. See the accompanying LICENSE file for a copy.
📘 If you are interested in contributing to this project, see the project Contributing Guide.