Add pre-commit GH action

This commit is contained in:
Tomas Rezucha 2022-02-17 14:58:44 +01:00
parent e651ec16c5
commit 2cfa07b678
2 changed files with 15 additions and 0 deletions

13
.github/workflows/pre-commit.yml vendored Normal file
View File

@ -0,0 +1,13 @@
name: pre-commit
on:
pull_request:
types: [opened, reopened, synchronize]
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
- uses: pre-commit/action@v2.0.3

View File

@ -1,3 +1,5 @@
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
# Espressif IDF Extra Components
This repository aims to store [ESP-IDF](https://github.com/espressif/esp-idf) extra components