Skip to content

Fix i2cdev critical bugs #17

Fix i2cdev critical bugs

Fix i2cdev critical bugs #17

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