Validate i2c_output from within validate.yml

This commit is contained in:
brentru 2025-05-19 12:33:37 -04:00
parent 6772061798
commit 01576acd83

View file

@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
componentType: [pin, i2c, servo, ds18x20, pwm, pixel, uart]
componentType: [pin, i2c, i2c_output, servo, ds18x20, pwm, pixel, uart]
name: Validate ${{ matrix.componentType }} Component Definition Files
steps: