Skip to content

Per-button opaque handles, individual timers, interrupt mode #5

Per-button opaque handles, individual timers, interrupt mode

Per-button opaque handles, individual timers, interrupt mode #5

---
name: Validate the component with ESP Component Registry
on:
pull_request:
types:
- opened
- reopened
- synchronize
jobs:
validate-with-esp-component-registry:
if: ${{ github.event_name == 'pull_request' }}
uses: esp-idf-lib/shared-workflows/.github/workflows/validate-with-esp-component-registry.yml@main
with:
components: |
button:.
secrets:
api_token: ${{ secrets.ESP_TOKEN }}