Skip to content

Commit

Permalink
add pio check and pio ci
Browse files Browse the repository at this point in the history
  • Loading branch information
vs4vijay committed Feb 19, 2024
1 parent 9d3beeb commit 1c9e4fe
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,16 @@ jobs:
- name: Install PlatformIO core
run: pip install -U platformio

- name: Check code quality
run: pio check

- name: Build Firmware
run: pio run
run: |
set -x
# pio run
pio ci --project-conf platformio.ini .
- name: List all files
if: always()
Expand Down

0 comments on commit 1c9e4fe

Please sign in to comment.