Skip to content

Fix enable_internal_pullup to always use pull-ups #20

Fix enable_internal_pullup to always use pull-ups

Fix enable_internal_pullup to always use pull-ups #20

---
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: |
encoder:.
secrets:
api_token: ${{ secrets.ESP_TOKEN }}