Skip to content

ci: add workflow to automattically add opened issues to project #27

ci: add workflow to automattically add opened issues to project

ci: add workflow to automattically add opened issues to project #27

---
name: Validate component
on:
workflow_dispatch:
push:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
validate-esp-idf-lib-component:
uses: esp-idf-lib/shared-workflows/.github/workflows/validate-component.yml@main