Skip to content

Commit 4fdefa8

Browse files
authored
Add ADC example to workflow
1 parent c5da813 commit 4fdefa8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
python-version: [3.7]
1212
example:
1313
- "examples/gpio-blink"
14+
- "examples/adc-example"
1415
runs-on: ${{ matrix.os }}
1516
steps:
1617
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)