Validate i2c_output from within validate.yml
This commit is contained in:
parent
6772061798
commit
01576acd83
1 changed files with 1 additions and 1 deletions
2
.github/workflows/validate.yml
vendored
2
.github/workflows/validate.yml
vendored
|
|
@ -15,7 +15,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
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
|
name: Validate ${{ matrix.componentType }} Component Definition Files
|
||||||
steps:
|
steps:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue