Build PIO

This commit is contained in:
Carsten Graf
2025-06-17 09:20:24 +02:00
parent abedcc8fb1
commit 4737d95442

21
.github/workflows/build.yml vendored Normal file
View File

@@ -0,0 +1,21 @@
name: Build PlatformIO Project
on:
push:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Install PlatformIO
run: |
python3 -m pip install --upgrade pip
pip install platformio
- name: Build project
run: pio run