Skip to content

Commit

Permalink
Update build.yml with dependency check
Browse files Browse the repository at this point in the history
  • Loading branch information
designer2k2 committed Jul 1, 2024
1 parent 784700b commit 8b61ef4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,7 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install --upgrade platformio
- name: Run PlatformIO dependency check
run: pio pkg outdated
- name: Run PlatformIO
run: pio run
run: pio run

0 comments on commit 8b61ef4

Please sign in to comment.